Skip to content

Commit

Permalink
feat: adds support for include_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrfrts committed Aug 13, 2024
1 parent 86d55fe commit 1ed181a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@
"with"
] @keyword
(#set! priority 101))

([
"assign"
"capture"
"endcapture"
"include"
"include_relative"
"render"
] @keyword.construct
(#set! priority 101))
Expand All @@ -83,7 +84,7 @@
"or"
] @keyword.operator
(#set! priority 101))

([
"as"
"in"
Expand Down
Binary file modified Syntaxes/libtree-sitter-liquid.dylib
Binary file not shown.

0 comments on commit 1ed181a

Please sign in to comment.