mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(liquid): add highlights (#7035)
This commit is contained in:
parent
db92f60ed0
commit
3de418e73d
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
"as"
|
||||
"assign"
|
||||
"capture"
|
||||
(custom_unpaired_statement)
|
||||
"decrement"
|
||||
"echo"
|
||||
"endcapture"
|
||||
|
|
@ -94,6 +95,7 @@
|
|||
|
||||
[
|
||||
"include"
|
||||
"include_relative"
|
||||
"render"
|
||||
"section"
|
||||
"sections"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue