aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/language/props.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/language/props.ts')
-rw-r--r--subprojects/frontend/src/language/props.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/subprojects/frontend/src/language/props.ts b/subprojects/frontend/src/language/props.ts
index 8e488bf5..65392e75 100644
--- a/subprojects/frontend/src/language/props.ts
+++ b/subprojects/frontend/src/language/props.ts
@@ -1,3 +1,5 @@
1/* eslint-disable import/prefer-default-export -- Lezer needs non-default exports */
2
1import { NodeProp } from '@lezer/common'; 3import { NodeProp } from '@lezer/common';
2 4
3export const implicitCompletion = new NodeProp({ 5export const implicitCompletion = new NodeProp({