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