File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ NOT an argument
5555================================================================================
5656{foo "{bar}" `{baz}` |{baz| } {}
5757
58+ ===============
59+ 3. Netrw *netrw-ref* {{{1
60+
61+ EXTERNAL *netrw-externapp* {{{2
62+
5863
5964--------------------------------------------------------------------------------
6065
@@ -70,4 +75,19 @@ NOT an argument
7075 (taglink
7176 (word))
7277 (word)
73- (word))))
78+ (word)))
79+ (block
80+ (line
81+ (h1
82+ (word)
83+ (word)
84+ (tag
85+ (word))
86+ (word))))
87+ (block
88+ (line
89+ (h3
90+ (uppercase_name)
91+ (tag
92+ (word))
93+ (ERROR)))))
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ module.exports = grammar({
6868 / \| \| * / ,
6969 // NOT argument: "{}".
7070 / \{ \} / ,
71+ / \{ \{ + [ 0 - 9 ] * / ,
7172 '(' ,
7273 / \w + \( / ,
7374 ) ,
You can’t perform that action at this time.
0 commit comments