diff options
Diffstat (limited to 'tree-sitter-yts/queries/highlights.scm')
-rw-r--r-- | tree-sitter-yts/queries/highlights.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tree-sitter-yts/queries/highlights.scm b/tree-sitter-yts/queries/highlights.scm new file mode 100644 index 0000000..49f197d --- /dev/null +++ b/tree-sitter-yts/queries/highlights.scm @@ -0,0 +1,12 @@ +(command) @keyword +(id) @constant +(title) @text.title +(date) @number +(author) @operator +(duration) @property +(flag) @attribute +((url) @conceal (#set! conceal "")) + + +((quote) @conceal (#set! conceal "")) +(comment) @comment @spell |