Skip to content

Commit 1a29faf

Browse files
committed
even more highlight
1 parent 63c7dca commit 1a29faf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

queries/taskr/highlights.scm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
14
"," @punctuation.delimiter
25
":" @keyword.conditional.ternary
36

47
(kw_default_env) @keyword
58
(kw_env) @keyword
69
(file_key) @property
7-
(filename) @constant
10+
(filename) @string.special.path
811

912
(kw_task) @keyword
1013
(run_key) @property
@@ -14,3 +17,5 @@
1417

1518
(text) @string
1619
(command) @function
20+
(identifier) @variable
21+

0 commit comments

Comments
 (0)