mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(typescript): : in switch statement
This commit is contained in:
parent
58da7fe93e
commit
a02a06a068
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@
|
|||
|
||||
(pair ":" @punctuation.delimiter)
|
||||
(pair_pattern ":" @punctuation.delimiter)
|
||||
(switch_case ":" @punctuation.delimiter)
|
||||
|
||||
[
|
||||
"--"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue