about summary refs log tree commit diff stats
path: root/tree-sitter-yts/queries/highlights.scm
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-04 20:45:29 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-04 20:45:29 +0100
commit676cc2b5619ecd517df42b07dbc2c22449a47179 (patch)
tree622546b5b6df3cc05171a1b016365ffd612abcd6 /tree-sitter-yts/queries/highlights.scm
parentstyle(yt/main): Use consistent use qualifications (diff)
downloadyt-676cc2b5619ecd517df42b07dbc2c22449a47179.tar.gz
yt-676cc2b5619ecd517df42b07dbc2c22449a47179.zip
refactor(tree-sitter-yts): Move in tree
Diffstat (limited to 'tree-sitter-yts/queries/highlights.scm')
-rw-r--r--tree-sitter-yts/queries/highlights.scm12
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