mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
fix(astro): remove unused rule
This commit is contained in:
parent
cbc0d1d96e
commit
25f11725d6
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
; inherits: html
|
||||
; inherits: html_tags
|
||||
|
||||
(doctype) @constant
|
||||
|
||||
"<!" @tag.delimiter
|
||||
|
||||
"---" @punctuation.delimiter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue