feat(slim): add parser and queries (#7425)

This commit is contained in:
Théo Reichel 2025-01-21 09:25:08 +01:00 committed by GitHub
parent 65c466178e
commit 1c67567464
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 144 additions and 0 deletions

4
queries/slim/indents.scm Normal file
View file

@ -0,0 +1,4 @@
(tag) @indent.begin
((tag) @indent.zero
(#any-of? @indent.zero "doctype" "html"))