diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-05-05 12:57:36 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-05-05 23:22:11 +0200 |
| commit | 3d4eb9d544cbbe39544586890b5de83a48de3680 (patch) | |
| tree | acb9effe033f76350fe279049d59f52a6d419bca /runtime/queries/query | |
| parent | 97b7ddc376bfcca01a5fd9e6e20e424a0f45b4f3 (diff) | |
| download | rneovim-3d4eb9d544cbbe39544586890b5de83a48de3680.tar.gz rneovim-3d4eb9d544cbbe39544586890b5de83a48de3680.tar.bz2 rneovim-3d4eb9d544cbbe39544586890b5de83a48de3680.zip | |
fix(treesitter): update queries
Diffstat (limited to 'runtime/queries/query')
| -rw-r--r-- | runtime/queries/query/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/queries/query/highlights.scm b/runtime/queries/query/highlights.scm index abc7aa50ad..210d03dc33 100644 --- a/runtime/queries/query/highlights.scm +++ b/runtime/queries/query/highlights.scm @@ -53,17 +53,17 @@ . (comment)* . - (comment) @keyword.import) + (comment) @keyword.import @nospell) (#lua-match? @keyword.import "^;+ *inherits *:")) ((program . (comment)* . - (comment) @keyword.directive) + (comment) @keyword.directive @nospell) (#lua-match? @keyword.directive "^;+ *extends *$")) -((comment) @keyword.directive +((comment) @keyword.directive @nospell (#lua-match? @keyword.directive "^;+%s*format%-ignore%s*$")) ((predicate |