mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Python: highlight raise from statement
This commit is contained in:
parent
c2b2fef3e4
commit
132405f18f
2 changed files with 8 additions and 0 deletions
|
|
@ -240,6 +240,8 @@
|
|||
"finally"
|
||||
] @exception
|
||||
|
||||
(raise_statement "from" @exception)
|
||||
|
||||
(try_statement
|
||||
(else_clause
|
||||
"else" @exception))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue