mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
Highlight splicing operators
This commit is contained in:
parent
171082600e
commit
19b6a84089
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@
|
|||
|
||||
(syn_quoting_lit
|
||||
marker: "`" @string.escape)
|
||||
(unquoting_lit
|
||||
marker: "~" @punctuation.special)
|
||||
(unquote_splicing_lit
|
||||
marker: "~@" @punctuation.special)
|
||||
|
||||
(set_lit
|
||||
marker: "#" @punctuation.special)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue