AutoYADM commit: 2025-03-20 22:45:08
This commit is contained in:
parent
9196d6a3a3
commit
f4e8207ae7
3 changed files with 16 additions and 7 deletions
9
.config/helix/runtime/queries/ini/highlights.scm
Normal file
9
.config/helix/runtime/queries/ini/highlights.scm
Normal file
|
@ -0,0 +1,9 @@
|
|||
(section_name) @namespace
|
||||
|
||||
(setting_name) @keyword
|
||||
(setting_value) @string
|
||||
|
||||
(comment) @comment
|
||||
|
||||
; ((setting_value) @constant.builtin
|
||||
; (#match? @constant.builtin ".*"))
|
|
@ -1,4 +1,4 @@
|
|||
((setting_value) @injection.content
|
||||
(#match? @injection.content "\\{\\{.*\\}\\}")
|
||||
(#match? @injection.content ".*\\{\\{.*\\}\\}.*")
|
||||
(#set! injection.language "gotmpl")
|
||||
(#set! injection.include-children))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue