mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fear(cpp): highlight brackets in template_parameter_list
This commit is contained in:
parent
3d5fe8caf8
commit
8e59b4919d
1 changed files with 3 additions and 0 deletions
|
|
@ -234,4 +234,7 @@
|
|||
(template_argument_list
|
||||
["<" ">"] @punctuation.bracket)
|
||||
|
||||
(template_parameter_list
|
||||
["<" ">"] @punctuation.bracket)
|
||||
|
||||
(literal_suffix) @operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue