mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
fixup! highlights(python): highlight exception keywords
This commit is contained in:
parent
1fb68f76af
commit
74a455c01e
1 changed files with 0 additions and 4 deletions
|
|
@ -209,15 +209,11 @@
|
|||
"async"
|
||||
"await"
|
||||
"class"
|
||||
"except"
|
||||
"exec"
|
||||
"finally"
|
||||
"global"
|
||||
"nonlocal"
|
||||
"pass"
|
||||
"print"
|
||||
"raise"
|
||||
"try"
|
||||
"with"
|
||||
"as"
|
||||
] @keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue