Highlight splicing operators

This commit is contained in:
Oliver Marshall 2021-06-05 01:05:46 +01:00 committed by Stephan Seitz
parent 171082600e
commit 19b6a84089

View file

@ -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)