mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 01:15:03 +01:00
globals
This commit is contained in:
parent
b779a51ef5
commit
f582a5b4c3
9 changed files with 248 additions and 85 deletions
|
|
@ -12,6 +12,7 @@ export type DatalessToken =
|
|||
| "import"
|
||||
| "extern"
|
||||
| "mod"
|
||||
| "global"
|
||||
| "("
|
||||
| ")"
|
||||
| "{"
|
||||
|
|
@ -316,6 +317,7 @@ const KEYOWRDS: DatalessToken[] = [
|
|||
"import",
|
||||
"extern",
|
||||
"mod",
|
||||
"global",
|
||||
];
|
||||
|
||||
const KEYWORD_SET = new Set<string>(KEYOWRDS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue