mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
feat(languages): git-ignore and git-attributes (#2397)
This commit is contained in:
parent
fc61796895
commit
a5f4925f53
5 changed files with 63 additions and 1 deletions
9
runtime/queries/git-attributes/highlights.scm
Normal file
9
runtime/queries/git-attributes/highlights.scm
Normal file
|
@ -0,0 +1,9 @@
|
|||
; inherits: git-ignore
|
||||
|
||||
(attribute) @variable
|
||||
(value) @string
|
||||
|
||||
(quoted_pattern ["\""] @string)
|
||||
|
||||
(attribute_unset) @operator
|
||||
(attribute_set_to) @operator
|
Loading…
Add table
Add a link
Reference in a new issue