diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index ebee703499a..0e0898ffe28 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -993,7 +993,8 @@ It makes underscores and dots word constituent chars.") | |||
| 993 | 993 | ||
| 994 | (defvar python--treesit-operators | 994 | (defvar python--treesit-operators |
| 995 | '("-" "-=" "!=" "*" "**" "**=" "*=" "/" "//" "//=" "/=" "&" "%" "%=" | 995 | '("-" "-=" "!=" "*" "**" "**=" "*=" "/" "//" "//=" "/=" "&" "%" "%=" |
| 996 | "^" "+" "+=" "<" "<<" "<=" "<>" "=" "==" ">" ">=" ">>" "|" "~" "@" "@=")) | 996 | "^" "+" "->" "+=" "<" "<<" "<=" "<>" "=" ":=" "==" ">" ">=" ">>" "|" |
| 997 | "~" "@" "@=")) | ||
| 997 | 998 | ||
| 998 | (defvar python--treesit-special-attributes | 999 | (defvar python--treesit-special-attributes |
| 999 | '("__annotations__" "__closure__" "__code__" | 1000 | '("__annotations__" "__closure__" "__code__" |