diff options
Diffstat (limited to 'queries/python')
| -rw-r--r-- | queries/python/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index f953efd0c..4cd8b8998 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -103,7 +103,7 @@ ; Keywords -"as" @keyword +"as" @include "assert" @keyword "async" @keyword "await" @keyword @@ -118,10 +118,10 @@ "exec" @keyword "finally" @keyword "for" @repeat -"from" @keyword +"from" @include "global" @keyword "if" @conditional -"import" @keyword +"import" @include "lambda" @keyword "nonlocal" @keyword "pass" @keyword |
