We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb97d5 commit 1843ea0Copy full SHA for 1843ea0
grammar.js
@@ -14,6 +14,12 @@
14
// since the parser doesn't support the ^ regex token, a using a seq
15
// might work as long as the label is optional.
16
//
17
+
18
+// This annotation tells typescript where to find the DSL. Useful for LSP
19
+// navigation and hover documentation
20
+/// <reference types="tree-sitter-cli/dsl" />
21
+// @ts-check
22
23
const PREC = {
24
ASSIGNMENT: -10,
25
DEFAULT: 0,
0 commit comments