mirror of https://github.com/helix-editor/helix
Remove duplicate keyword highlight for Python 'and' (#10160)
parent
962c714185
commit
5f44890176
|
@ -204,7 +204,6 @@
|
||||||
(for_in_clause "in" @keyword.control)
|
(for_in_clause "in" @keyword.control)
|
||||||
|
|
||||||
[
|
[
|
||||||
"and"
|
|
||||||
"async"
|
"async"
|
||||||
"class"
|
"class"
|
||||||
"exec"
|
"exec"
|
||||||
|
|
Loading…
Reference in New Issue