@@ -18,22 +18,22 @@ repository:
18
18
- include : " #entity"
19
19
- include : " #signature"
20
20
- include : " #redirect"
21
- - include : " #magicWords "
21
+ - include : " #magic-words "
22
22
# TODO: include: "#function" {{#foo:}}
23
23
- include : " #argument"
24
24
- include : " #template"
25
25
- include : " #convert"
26
26
- include : " #list"
27
27
- include : " #table"
28
- - include : " #fontStyle "
29
- - include : " #internalLink "
30
- - include : " #externalLink "
28
+ - include : " #font-style "
29
+ - include : " #internal-link "
30
+ - include : " #external-link "
31
31
- include : " #heading"
32
32
- include : " #break"
33
33
- include : " #wikixml"
34
- - include : " #extensionComments "
34
+ - include : " #extension-comments "
35
35
repository :
36
- extensionComments :
36
+ extension-comments :
37
37
name : comment.block.documentation.special.extension.wikitext
38
38
begin : (<%--)\s*(\[)([A-Z_]*)(\])
39
39
# 1<%--1 2 [23TYPE___34] 4
@@ -144,7 +144,7 @@ repository:
144
144
name : entity.other.attribute-name.local-name.wikitext
145
145
4 :
146
146
name : keyword.operator.equal.wikitext
147
- externalLink :
147
+ external-link :
148
148
patterns :
149
149
- name : meta.link.external.wikitext
150
150
match : (\[)((?:(?:(?:http(?:s)?)|(?:ftp(?:s)?)):\/\/)[\w.-]+(?:\.[\w\.-]+)+[\w\-\.~:\/?#%@!\$&'\(\)\*\+,;=.]+)\s*?([^\]]*)(\])
@@ -193,13 +193,13 @@ repository:
193
193
name: invalid.deprecated.ineffective.wikitext
194
194
7:
195
195
name: punctuation.definition.tag.link.internal.end.wikitext
196
- magicWords :
196
+ magic-words :
197
197
patterns :
198
- - include : " #behaviorSwitches "
199
- - include : " #outdatedBehaviorSwitches "
198
+ - include : " #behavior-switches "
199
+ - include : " #outdated-behavior-switches "
200
200
- include : " #variables"
201
201
repository :
202
- behaviorSwitches :
202
+ behavior-switches :
203
203
name : constant.language.behavior-switcher.wikitext
204
204
match : |-
205
205
(?x) # turn on extended mode
@@ -212,7 +212,7 @@ repository:
212
212
DISAMBIG
213
213
)
214
214
(__)
215
- outdatedBehaviorSwitches :
215
+ outdated-behavior-switches :
216
216
name : invalid.deprecated.behavior-switcher.wikitext
217
217
match : |-
218
218
(?x)
@@ -324,7 +324,7 @@ repository:
324
324
2 :
325
325
patterns :
326
326
- include : $self
327
- fontStyle :
327
+ font-style :
328
328
patterns :
329
329
- include : " #bold"
330
330
- include : " #italic"
@@ -343,7 +343,7 @@ repository:
343
343
patterns :
344
344
- include : " #bold"
345
345
- include : $self
346
- internalLink :
346
+ internal-link :
347
347
TODO : SINGLE LINE
348
348
# name: string.quoted.internal-link.wikitext
349
349
begin : (\[\[)(([^#:\|\[\]\{\}]*:)*)?([^\|\[\]]*)?
@@ -382,10 +382,10 @@ repository:
382
382
name : punctuation.definition.tag.table.wikitext
383
383
2 :
384
384
patterns :
385
- - include : " #tagStuff "
385
+ - include : " #tag-stuff "
386
386
patterns :
387
387
- include : $self
388
- - include : " #tagStuff "
388
+ - include : " #tag-stuff "
389
389
- name : meta.tag.block.table-row.wikitext
390
390
begin : ' ^\s*(\|-)\s*'
391
391
# 1 |- 1
@@ -395,7 +395,7 @@ repository:
395
395
name : punctuation.definition.tag.begin.wikitext
396
396
patterns :
397
397
- include : $self
398
- - include : " #tagStuff "
398
+ - include : " #tag-stuff "
399
399
- name : invalid.illegal.bad-table-context.wikitext
400
400
match : ' \|.*'
401
401
- name : meta.tag.block.th.heading
@@ -410,7 +410,7 @@ repository:
410
410
3 :
411
411
patterns :
412
412
- include : $self
413
- - include : " #tagStuff "
413
+ - include : " #tag-stuff "
414
414
4 :
415
415
name : punctuation.definition.tag.wikitext
416
416
5 :
@@ -423,7 +423,7 @@ repository:
423
423
name : punctuation.definition.tag.begin.wikitext
424
424
3 :
425
425
patterns :
426
- - include : " #tagStuff "
426
+ - include : " #tag-stuff "
427
427
- include : $self
428
428
4 :
429
429
name : punctuation.definition.tag.wikitext
@@ -448,7 +448,7 @@ repository:
448
448
name : punctuation.definition.tag.wikitext
449
449
2 :
450
450
patterns :
451
- - include : " #tagStuff "
451
+ - include : " #tag-stuff "
452
452
3 :
453
453
name : punctuation.definition.tag.wikitext
454
454
patterns :
@@ -480,8 +480,8 @@ repository:
480
480
captures :
481
481
1 :
482
482
name : entity.other.attribute-name.wikitext
483
- - include : " #doublequotedString "
484
- - include : " #singlequotedString "
483
+ - include : " #double-quoted-string "
484
+ - include : " #single-quoted-string "
485
485
- include : $self
486
486
4 :
487
487
name : punctuation.definition.tag.end.wikitext
@@ -509,8 +509,8 @@ repository:
509
509
captures :
510
510
1 :
511
511
name : entity.other.attribute-name.wikitext
512
- - include : " #doublequotedString "
513
- - include : " #singlequotedString "
512
+ - include : " #double-quoted-string "
513
+ - include : " #single-quoted-string "
514
514
- include : $self
515
515
4 : punctuation.definition.tag.end.wikitext
516
516
name : meta.tag.metedata.void.wikitext
@@ -530,8 +530,8 @@ repository:
530
530
captures :
531
531
1 :
532
532
name : entity.other.attribute-name.wikitext
533
- - include : " #doublequotedString "
534
- - include : " #singlequotedString "
533
+ - include : " #double-quoted-string "
534
+ - include : " #single-quoted-string "
535
535
- include : $self
536
536
4 :
537
537
name : punctuation.definition.tag.end.wikitext
@@ -562,8 +562,8 @@ repository:
562
562
captures :
563
563
1 :
564
564
name : entity.other.attribute-name.wikitext
565
- - include : " #doublequotedString "
566
- - include : " #singlequotedString "
565
+ - include : " #double-quoted-string "
566
+ - include : " #single-quoted-string "
567
567
- include : $self
568
568
4 :
569
569
name : punctuation.definition.tag.end.wikitext
@@ -595,8 +595,8 @@ repository:
595
595
captures :
596
596
1 :
597
597
name : entity.other.attribute-name.wikitext
598
- - include : " #doublequotedString "
599
- - include : " #singlequotedString "
598
+ - include : " #double-quoted-string "
599
+ - include : " #single-quoted-string "
600
600
- include : $self
601
601
4 :
602
602
name : punctuation.definition.tag.end.wikitext
@@ -614,7 +614,7 @@ repository:
614
614
patterns :
615
615
- include : text.html.markdown.math#math
616
616
# public
617
- doublequotedString :
617
+ double-quoted-string :
618
618
begin : ' "'
619
619
beginCaptures :
620
620
0 :
@@ -627,7 +627,7 @@ repository:
627
627
patterns :
628
628
- include : " #entity"
629
629
- include : " #bare-ampersand"
630
- tagStuff :
630
+ tag-stuff :
631
631
patterns :
632
632
- match : (?:\s*)(?:([-\w.]+)((:)))?([-\w.:]+)\s*(=)
633
633
# 1 space 123:321 4 name 4 5=5
@@ -642,9 +642,9 @@ repository:
642
642
name : entity.other.attribute-name.localname.wikitext
643
643
5 :
644
644
name : keyword.operator.equal.wikitext
645
- - include : " #doublequotedString "
646
- - include : " #singlequotedString "
647
- singlequotedString :
645
+ - include : " #double-quoted-string "
646
+ - include : " #single-quoted-string "
647
+ single-quoted-string :
648
648
begin : " '"
649
649
beginCaptures :
650
650
0 :
0 commit comments