1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-23 11:34:19 +00:00

Mark all crate keywords as special tokens

This commit is contained in:
Steffo 2022-11-20 02:36:14 +01:00
parent 65e0cfd872
commit 8e314a9f16
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -338,7 +338,7 @@
"keyword.other.special-method",
"keyword.other.this",
"meta.function.definition keyword.operator.logical",
"meta.use.rust keyword.other.crate",
"keyword.other.crate",
"support.function.builtin.shorthand.gdscript",
"support.function.magic",
"support.function.target.PHONY",