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 69328c4 commit cf9aff1Copy full SHA for cf9aff1
corpus/tags.txt
@@ -35,3 +35,14 @@ Hello
35
(word)))
36
(line
37
38
+
39
+================================================================================
40
+Tag on the right
41
42
+ *inclusion*
43
+--------------------------------------------------------------------------------
44
45
+(help_file
46
+ (line
47
+ (tag
48
+ (word))))
grammar.js
@@ -4,7 +4,6 @@ module.exports = grammar({
4
extras: ($) => [/[\t ]/],
5
6
rules: {
7
- // TODO: add the actual grammar rules
8
help_file: ($) => repeat1($.line),
9
10
header: ($) => seq($.tag),
0 commit comments