mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
fix(c,cpp,fsharp,idl,powershell,sql,systemtap): remove unneeded escapes
This commit is contained in:
parent
25f08b82af
commit
864e75a85d
7 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
((comment) @injection.content
|
||||
(#lua-match? @injection.content "/[*\/][!*\/]<?[^a-zA-Z]")
|
||||
(#lua-match? @injection.content "/[*/][!*/]<?[^a-zA-Z]")
|
||||
(#set! injection.language "doxygen"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#not-lua-match? @injection.content "/[*\/][!*\/]<?[^a-zA-Z]")
|
||||
(#not-lua-match? @injection.content "/[*/][!*/]<?[^a-zA-Z]")
|
||||
(#not-lua-match? @injection.content "//@[a-zA-Z]")
|
||||
(#set! injection.language "comment"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue