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 31fcaca commit 1cedfb0Copy full SHA for 1cedfb0
corpus/heading3-column_heading.txt
@@ -252,6 +252,7 @@ buffer-diagram
252
(word)
253
254
255
+ (word)
256
(word))
257
(line
258
corpus/line_block.txt
@@ -119,6 +119,7 @@ li continues
119
120
121
122
123
124
125
(optionlink
@@ -128,6 +129,7 @@ li continues
128
129
(word))))
130
(line_li
131
132
133
134
135
grammar.js
@@ -79,6 +79,7 @@ module.exports = grammar({
79
/\{\{+[0-9]*/,
80
'(',
81
/\w+\(/,
82
+ '~',
83
),
84
85
keycode: () => choice(
0 commit comments