Color as
as a keyword
This commit is contained in:
parent
e86379ad15
commit
46566d7a79
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user