diff options
author | Michael Davis | 2022-06-02 23:41:17 +0000 |
---|---|---|
committer | GitHub | 2022-06-02 23:41:17 +0000 |
commit | 42d780b1037f36bd37e2a8dc40b5e9bb95fb5be7 (patch) | |
tree | a09f476a2f9dfd77714d1deeb62d4542d215525f /runtime/queries/tsq | |
parent | 4f3d0a77064aac18cc4386df5c43c312c3b03f69 (diff) |
add tree-sitter-edoc (#2640)
* add tree-sitter-edoc
* fix escape character capture in markdown queries
* add field negation operator "!" to tsq highlights
Diffstat (limited to 'runtime/queries/tsq')
-rw-r--r-- | runtime/queries/tsq/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/tsq/highlights.scm b/runtime/queries/tsq/highlights.scm index 549895c1..fd5917fb 100644 --- a/runtime/queries/tsq/highlights.scm +++ b/runtime/queries/tsq/highlights.scm @@ -16,6 +16,7 @@ ] @punctuation.bracket ":" @punctuation.delimiter +"!" @operator [ (one_or_more) |