File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -311,13 +311,11 @@ repository:
311
311
end : (}}})
312
312
patterns :
313
313
- include : $self
314
- - match : ([^#:\|\[\]\{\}]*)(\|)?
315
- # 1 string 12 |2
316
- captures :
317
- 1 :
318
- name : variable.other.wikitext
319
- 2 :
320
- name : keyword.operator.wikitext
314
+ - match : ([^#:\|\[\]\{\}\|])
315
+ # 1 string 12 |2
316
+ name : variable.other.wikitext
317
+ - match : (\|)
318
+ name : keyword.operator.wikitext
321
319
heading :
322
320
name : markup.heading.wikitext
323
321
match : ' ^(={1,6})\s*(.+?)\s*(={1,6})$'
@@ -347,7 +345,7 @@ repository:
347
345
- include : $self
348
346
internalLink :
349
347
TODO : SINGLE LINE
350
- name : string.quoted.wikitext
348
+ # name: string.quoted.internal-link .wikitext
351
349
begin : (\[\[)(([^#:\|\[\]\{\}]*:)*)?([^\|\[\]]*)?
352
350
# 1 [[ 123 namespace :3 2 4 name 4
353
351
end : (\]\])
You can’t perform that action at this time.
0 commit comments