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.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/subprojects/frontend/types/grammar.d.ts b/subprojects/frontend/types/grammar.d.ts
index 1480085b..e7a7eebf 100644
--- a/subprojects/frontend/types/grammar.d.ts
+++ b/subprojects/frontend/types/grammar.d.ts
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
3 * Copyright (C) 2021-2023 The Refinery Authors <https://refinery.tools/>
4 *
5 * SPDX-License-Identifier: MIT OR EPL-2.0
6 */
7
1declare module '*.grammar' { 8declare module '*.grammar' {
2 import type { LRParser } from '@lezer/lr'; 9 import type { LRParser } from '@lezer/lr';
3 10