Skip to content

Commit dee10cf

Browse files
committed
add noinclude tag
1 parent f6d45f8 commit dee10cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/wikitext.tmLanguage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,8 +2306,8 @@ repository:
23062306
name: punctuation.definition.tag.end.wikitext
23072307
name: meta.tag.metedata.void.wikitext
23082308
normal-wiki-tags:
2309-
match: (?i)(</?)(includeonly|onlyinclude)(\s+[^>]+)?\s*(>)
2310-
# 1</ 12 includeonly 23 x=y 3 4>4
2309+
match: (?i)(</?)(includeonly|onlyinclude|noinclude)(\s+[^>]+)?\s*(>)
2310+
# 1</ 12 includeonly 23 x=y 3 4>4
23112311
#
23122312
captures:
23132313
1:

0 commit comments

Comments
 (0)