There was an error while loading. Please reload this page.
1 parent 63c7dca commit 1a29fafCopy full SHA for 1a29faf
queries/taskr/highlights.scm
@@ -1,10 +1,13 @@
1
+; https://neovim.io/doc/user/treesitter.html#_treesitter-syntax-highlighting
2
+; Place this file in `~/.config/nvim/queries/taskr/`
3
+
4
"," @punctuation.delimiter
5
":" @keyword.conditional.ternary
6
7
(kw_default_env) @keyword
8
(kw_env) @keyword
9
(file_key) @property
-(filename) @constant
10
+(filename) @string.special.path
11
12
(kw_task) @keyword
13
(run_key) @property
@@ -14,3 +17,5 @@
14
17
15
18
(text) @string
16
19
(command) @function
20
+(identifier) @variable
21
0 commit comments