mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(gotmpl,helm)!: update parser and queries
This commit is contained in:
parent
35a124cb60
commit
37cec5ec59
2 changed files with 10 additions and 3 deletions
|
|
@ -59,7 +59,6 @@
|
|||
[
|
||||
"if"
|
||||
"else"
|
||||
"else if"
|
||||
"end"
|
||||
] @keyword.conditional
|
||||
(#set! priority 110))
|
||||
|
|
@ -98,6 +97,14 @@
|
|||
] @keyword.conditional
|
||||
(#set! priority 110))
|
||||
|
||||
(continue_action
|
||||
"continue" @keyword.repeat
|
||||
(#set! priority 110))
|
||||
|
||||
(break_action
|
||||
"break" @keyword.repeat
|
||||
(#set! priority 110))
|
||||
|
||||
; Literals
|
||||
([
|
||||
(interpreted_string_literal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue