mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(hyprlang): highlight more exec keywords
This commit is contained in:
parent
53819acac2
commit
5a70b1eb8c
1 changed files with 3 additions and 0 deletions
|
|
@ -3,7 +3,10 @@
|
||||||
[
|
[
|
||||||
"source"
|
"source"
|
||||||
"exec"
|
"exec"
|
||||||
|
"execr"
|
||||||
"exec-once"
|
"exec-once"
|
||||||
|
"execr-once"
|
||||||
|
"exec-shutdown"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
(keyword
|
(keyword
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue