Add missing python-ts-mode keyword (bug#67015)
* lisp/progmodes/python.el (python--treesit-keywords): Add "not in".
This commit is contained in:
parent
0128495afd
commit
da946ca692
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ It makes underscores and dots word constituent chars.")
|
||||||
"raise" "return" "try" "while" "with" "yield"
|
"raise" "return" "try" "while" "with" "yield"
|
||||||
;; These are technically operators, but we fontify them as
|
;; These are technically operators, but we fontify them as
|
||||||
;; keywords.
|
;; keywords.
|
||||||
"and" "in" "is" "not" "or"))
|
"and" "in" "is" "not" "or" "not in"))
|
||||||
|
|
||||||
(defvar python--treesit-builtins
|
(defvar python--treesit-builtins
|
||||||
'("abs" "all" "any" "ascii" "bin" "bool" "breakpoint" "bytearray"
|
'("abs" "all" "any" "ascii" "bin" "bool" "breakpoint" "bytearray"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue