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
55
55
================================================================================
56
56
{foo "{bar}" `{baz}` |{baz| } {}
57
57
58
+ ===============
59
+ 3. Netrw *netrw-ref* {{{1
60
+
61
+ EXTERNAL *netrw-externapp* {{{2
62
+
58
63
59
64
--------------------------------------------------------------------------------
60
65
@@ -70,4 +75,19 @@ NOT an argument
70
75
(taglink
71
76
(word))
72
77
(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({
68
68
/ \| \| * / ,
69
69
// NOT argument: "{}".
70
70
/ \{ \} / ,
71
+ / \{ \{ + [ 0 - 9 ] * / ,
71
72
'(' ,
72
73
/ \w + \( / ,
73
74
) ,
You can’t perform that action at this time.
0 commit comments