release: WRNexusJS 0.3.5
This commit is contained in:
@@ -200,6 +200,23 @@
|
||||
{
|
||||
"include": "#comments"
|
||||
},
|
||||
{
|
||||
"match": "(@event)\\s+([A-Za-z_$][A-Za-z0-9_$]*)\\s*(=)\\s*(function)\\b",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "keyword.control.event.wrn"
|
||||
},
|
||||
"2": {
|
||||
"name": "entity.name.function.event.wrn"
|
||||
},
|
||||
"3": {
|
||||
"name": "keyword.operator.assignment.wrn"
|
||||
},
|
||||
"4": {
|
||||
"name": "storage.type.function.wrn"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "\\b([A-Za-z_$][A-Za-z0-9_$]*)(?:\\s*(:)\\s*([^=\\r\\n]+?))?\\s*(=|$)",
|
||||
"captures": {
|
||||
|
||||
Reference in New Issue
Block a user