diff options
Diffstat (limited to 'runtime/queries/git-attributes/highlights.scm')
-rw-r--r-- | runtime/queries/git-attributes/highlights.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/git-attributes/highlights.scm b/runtime/queries/git-attributes/highlights.scm new file mode 100644 index 00000000..0b1415b5 --- /dev/null +++ b/runtime/queries/git-attributes/highlights.scm @@ -0,0 +1,9 @@ +; inherits: git-ignore + +(attribute) @variable +(value) @string + +(quoted_pattern ["\""] @string) + +(attribute_unset) @operator +(attribute_set_to) @operator |