mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
highlights(python): add "except*"
Added in https://github.com/tree-sitter/tree-sitter-python/pull/176 About the feature https://realpython.com/python311-exception-groups/#exception-groups-and-except-in-python-311
This commit is contained in:
parent
0eff7beaf8
commit
c924128771
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@
|
|||
[
|
||||
"try"
|
||||
"except"
|
||||
"except*"
|
||||
"raise"
|
||||
"finally"
|
||||
] @exception
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue