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:
311311 end : (}}})
312312 patterns :
313313 - 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
321319 heading :
322320 name : markup.heading.wikitext
323321 match : ' ^(={1,6})\s*(.+?)\s*(={1,6})$'
@@ -347,7 +345,7 @@ repository:
347345 - include : $self
348346 internalLink :
349347 TODO : SINGLE LINE
350- name : string.quoted.wikitext
348+ # name: string.quoted.internal-link .wikitext
351349 begin : (\[\[)(([^#:\|\[\]\{\}]*:)*)?([^\|\[\]]*)?
352350 # 1 [[ 123 namespace :3 2 4 name 4
353351 end : (\]\])
You can’t perform that action at this time.
0 commit comments