Color as as a keyword

This commit is contained in:
George Fraser 2020-05-10 11:01:56 -07:00
parent e86379ad15
commit 46566d7a79

View file

@ -159,7 +159,7 @@
{
"comment": "Keyword",
"name": "keyword.other.rust",
"match": "\\b(crate|extern|mod|let|ref|use|super|move)\\b"
"match": "\\b(crate|extern|mod|let|ref|use|super|move|as)\\b"
},
{
"comment": "Reserved keyword",
@ -202,7 +202,7 @@
{
"comment": "Miscellaneous operator",
"name": "keyword.operator.misc.rust",
"match": "(=>|::|\\bas\\b)"
"match": "(=>|::)"
},
{
"comment": "Comparison operator",