Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/git-commit/highlights.scm')
| -rw-r--r-- | runtime/queries/git-commit/highlights.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/queries/git-commit/highlights.scm b/runtime/queries/git-commit/highlights.scm deleted file mode 100644 index bc84d037..00000000 --- a/runtime/queries/git-commit/highlights.scm +++ /dev/null @@ -1,18 +0,0 @@ -[(comment) (generated_comment) (scissor)] @comment -(subject) @markup.heading -(branch) @string.special.symbol -(filepath) @string.special.path -(arrow) @punctuation.delimiter -(subject (subject_prefix) @function) -(prefix (type) @keyword) -(prefix (scope) @variable.parameter) -(prefix [ "(" ")" ":" ] @punctuation.delimiter) -(prefix "!" @punctuation.special) -(trailer (token) @variable.other.member) -(trailer (value) @string) -(breaking_change (token) @special) - -(change kind: (new)) @diff.plus -(change kind: (deleted)) @diff.minus -(change kind: (modified)) @diff.delta -(change kind: [(renamed) (typechange)]) @diff.delta.moved |