mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -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"
|
"async"
|
||||||
"await"
|
"await"
|
||||||
"class"
|
"class"
|
||||||
"except"
|
|
||||||
"exec"
|
"exec"
|
||||||
"finally"
|
|
||||||
"global"
|
"global"
|
||||||
"nonlocal"
|
"nonlocal"
|
||||||
"pass"
|
"pass"
|
||||||
"print"
|
"print"
|
||||||
"raise"
|
|
||||||
"try"
|
|
||||||
"with"
|
"with"
|
||||||
"as"
|
"as"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue