author | Tom Tromey <tom@tromey.com> | 2019年06月02日 08:55:49 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019年06月02日 08:55:49 -0600 |
commit | 4bc15a06a3acf75e2296d97c209bc188b73eb4b2 (patch) | |
tree | 88ffb5dba4307b8db7319cd8b3653a29646f3395 /src | |
parent | 9eaaf2fe20196f222c2281c30bfb13fd98b11475 (diff) | |
download | src-highlite-4bc15a06a3acf75e2296d97c209bc188b73eb4b2.tar.gz |
-rw-r--r-- | src/python.lang | 2 |
diff --git a/src/python.lang b/src/python.lang index 45decfb..c1db1f1 100644 --- a/src/python.lang +++ b/src/python.lang @@ -4,7 +4,7 @@ include "script_comment.lang" include "number.lang" -keyword = "and|assert|break|class|continue|def|del|elif|else|except|exec", +keyword = "and|assert|async|await|break|class|continue|def|del|elif|else|except|exec", "finally|for|global|if|in|is|lambda|not|or|pass", "print|raise|return|try|while" |