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:
2025-01-01 20:21:07 -08:00
parent 39be411c37
commit 9ed2b2077d
22 changed files with 202 additions and 315 deletions

View File

@@ -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": "\"(.|\\\\.)\""
}
]
}