mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(robots)!: adapt to renamed parser
This commit is contained in:
parent
c6dd314086
commit
efa5d1fa3a
4 changed files with 3 additions and 3 deletions
7
runtime/queries/robots_txt/highlights.scm
Normal file
7
runtime/queries/robots_txt/highlights.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(comment) @comment @spell
|
||||
|
||||
(directive) @property
|
||||
|
||||
(value) @string
|
||||
|
||||
":" @punctuation.delimiter
|
||||
2
runtime/queries/robots_txt/injections.scm
Normal file
2
runtime/queries/robots_txt/injections.scm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue