feat(python): update parser & highlights

This commit is contained in:
Amaan Qureshi 2023-08-16 17:53:03 -04:00
parent a3b2e0dcdb
commit 0e27391e90
2 changed files with 4 additions and 1 deletions

View file

@ -27,6 +27,8 @@
"credits"
"license"))
"_" @constant.builtin ; match wildcard
((attribute
attribute: (identifier) @field)
(#lua-match? @field "^[%l_].*$"))
@ -244,6 +246,7 @@
"print"
"with"
"as"
"type"
] @keyword
[