mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(python): highlight special brackets in format_expression
This commit is contained in:
parent
99bd52ba56
commit
4709d4276c
1 changed files with 4 additions and 0 deletions
|
|
@ -247,6 +247,10 @@
|
|||
"{" @punctuation.special
|
||||
"}" @punctuation.special)
|
||||
|
||||
(format_expression
|
||||
"{" @punctuation.special
|
||||
"}" @punctuation.special)
|
||||
|
||||
(line_continuation) @punctuation.special
|
||||
|
||||
(type_conversion) @function.macro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue