mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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"
|
"as"
|
||||||
"assign"
|
"assign"
|
||||||
"capture"
|
"capture"
|
||||||
|
(custom_unpaired_statement)
|
||||||
"decrement"
|
"decrement"
|
||||||
"echo"
|
"echo"
|
||||||
"endcapture"
|
"endcapture"
|
||||||
|
|
@ -94,6 +95,7 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
"include"
|
"include"
|
||||||
|
"include_relative"
|
||||||
"render"
|
"render"
|
||||||
"section"
|
"section"
|
||||||
"sections"
|
"sections"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue