Support for 'self' global constant

This commit is contained in:
Alan O'Cull 2022-05-07 19:43:59 -04:00
parent f99d607cf0
commit 43d538a1e8

View File

@ -59,7 +59,7 @@
},
{
"name": "constant.language",
"match": "[@]."
"match": "\\b([@].|self)\\b"
}
]
},