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