diff options
Diffstat (limited to 'queries/python')
| -rw-r--r-- | queries/python/highlights.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 9d9f8a5bb..9bcfa183d 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -196,16 +196,19 @@ ] @keyword.operator [ + "def" + "lambda" +] @keyword.function + +[ "assert" "async" "await" "class" - "def" "except" "exec" "finally" "global" - "lambda" "nonlocal" "pass" "print" |
