Skip to content

Commit

Permalink
feat: support underscore in tag (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Nov 29, 2023
1 parent 31c13a1 commit ad15448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/wxml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
}
},
"name": "meta.tag.other.html",
"begin": "(</?)([a-zA-Z0-9:-]+)",
"begin": "(</?)([a-zA-Z0-9:\\-\\_]+)",
"endCaptures": {
"1": {
"name": "punctuation.definition.tag.end.html"
Expand Down

0 comments on commit ad15448

Please sign in to comment.