mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-25 02:20:04 +08:00
38 lines
1013 B
Plaintext
Vendored
38 lines
1013 B
Plaintext
Vendored
[attr]nodiff -diff -merge
|
|
# <- preproc
|
|
# ^^^^^^ property
|
|
# ^ operator
|
|
# ^^^^ variable.builtin
|
|
# ^ operator
|
|
# ^^^^^ variable.builtin
|
|
|
|
vendor/** linguist-vendored=true
|
|
# ^ punctuation.delimiter
|
|
# ^^ punctuation.special
|
|
# ^^^^^^^^^^^^^^^^^ parameter
|
|
# ^ operator
|
|
# ^^^^ boolean
|
|
|
|
[^._]-[[:lower:]] !something
|
|
# ^ punctuation.bracket
|
|
# ^ operator
|
|
# ^^ string.special
|
|
# ^ punctuation.bracket
|
|
# ^ punctuation.bracket
|
|
# ^^^^^^^^^ constant
|
|
# ^ punctuation.bracket
|
|
# ^ operator
|
|
# ^^^^^^^^^^ parameter
|
|
|
|
"_\u4E00\t\56txt" encoding=UTF-16
|
|
# <- character.special
|
|
# ^^^^^^ string.escape
|
|
# ^^ string.escape
|
|
# ^^^ string.escape
|
|
# ^ character.special
|
|
# ^^^^^^^^ variable.builtin
|
|
# ^ operator
|
|
# ^^^^^^ string
|
|
|
|
# vim:ft=gitattributes:
|