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/markdown | |
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/markdown')
-rw-r--r-- | runtime/queries/markdown/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/markdown/highlights.scm b/runtime/queries/markdown/highlights.scm index 988a56b6..44b19741 100644 --- a/runtime/queries/markdown/highlights.scm +++ b/runtime/queries/markdown/highlights.scm @@ -45,5 +45,5 @@ [ (backslash_escape) (hard_line_break) -] @string.character.escape +] @constant.character.escape |