Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/git-config/highlights.scm')
| -rw-r--r-- | runtime/queries/git-config/highlights.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/runtime/queries/git-config/highlights.scm b/runtime/queries/git-config/highlights.scm deleted file mode 100644 index ad864b50..00000000 --- a/runtime/queries/git-config/highlights.scm +++ /dev/null @@ -1,29 +0,0 @@ -(section_name) @markup.heading - -((section_name) @keyword.directive - (#eq? @keyword.directive "include")) - -((section_header - (section_name) @keyword.directive - (subsection_name)) - (#eq? @keyword.directive "includeIf")) - -(variable (name) @variable.other.member) -[(true) (false)] @constant.builtin.boolean -(integer) @constant.numeric.integer - -[(string) (subsection_name)] @string - -((string) @string.special.path - (#match? @string.special.path "^(~|./|/)")) - -[ - "[" - "]" -] @punctuation.bracket - -["=" "\\"] @punctuation.delimiter - -(escape_sequence) @constant.character.escape - -(comment) @comment |