mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
parsers: add D parser
This commit is contained in:
parent
e87ed0fdaa
commit
c2c454c29a
5 changed files with 300 additions and 0 deletions
7
queries/d/injections.scm
Normal file
7
queries/d/injections.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
(nesting_block_comment)
|
||||
] @comment
|
||||
|
||||
(token_string_tokens) @d
|
||||
Loading…
Add table
Add a link
Reference in a new issue