aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/types/grammar.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/types/grammar.d.ts')
-rw-r--r--subprojects/frontend/types/grammar.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/subprojects/frontend/types/grammar.d.ts b/subprojects/frontend/types/grammar.d.ts
new file mode 100644
index 00000000..1480085b
--- /dev/null
+++ b/subprojects/frontend/types/grammar.d.ts
@@ -0,0 +1,5 @@
1declare module '*.grammar' {
2 import type { LRParser } from '@lezer/lr';
3
4 export const parser: LRParser;
5}