fixes and changes for porting
- forward declaration of records - fixes to projections - drop record accessors (use projections instead) - changes to names to disambiguate
This commit is contained in:
@@ -22,18 +22,15 @@
|
||||
"name": "string.js",
|
||||
"begin": "`",
|
||||
"end": "`",
|
||||
"patterns": [
|
||||
{ "include": "source.js" }
|
||||
]
|
||||
"patterns": [{ "include": "source.js" }]
|
||||
},
|
||||
{
|
||||
"name": "string.newt",
|
||||
"name": "string.single.newt",
|
||||
"match": "'(.|\\\\.)'"
|
||||
},
|
||||
{
|
||||
"name": "string.newt",
|
||||
"begin": "\"",
|
||||
"end": "\""
|
||||
"name": "string.double.newt",
|
||||
"match": "\"(.|\\\\.)\""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user