diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-03-24 16:24:37 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-03-24 16:45:36 +0100 |
commit | c4e9ff30a6b6807c42bcf39dc312262cd2a22f32 (patch) | |
tree | 001af5c2868b8812a86f9d317a00690852c7a686 | |
parent | 563051a53ef92349e3bfc0c94421094396a296bf (diff) | |
download | rneovim-c4e9ff30a6b6807c42bcf39dc312262cd2a22f32.tar.gz rneovim-c4e9ff30a6b6807c42bcf39dc312262cd2a22f32.tar.bz2 rneovim-c4e9ff30a6b6807c42bcf39dc312262cd2a22f32.zip |
fix(treesitter): sync queries with upstream
Update C highlight query from nvim-treesitter
-rw-r--r-- | runtime/queries/c/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/c/highlights.scm b/runtime/queries/c/highlights.scm index bd6857fd17..ea65075f29 100644 --- a/runtime/queries/c/highlights.scm +++ b/runtime/queries/c/highlights.scm @@ -65,6 +65,7 @@ ";" ":" "," + "." "::" ] @punctuation.delimiter @@ -93,7 +94,6 @@ "<<" ">>" "->" - "." "<" "<=" ">=" |