mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(slim): add parser and queries (#7425)
This commit is contained in:
parent
65c466178e
commit
1c67567464
7 changed files with 144 additions and 0 deletions
4
queries/slim/indents.scm
Normal file
4
queries/slim/indents.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(tag) @indent.begin
|
||||
|
||||
((tag) @indent.zero
|
||||
(#any-of? @indent.zero "doctype" "html"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue