Skip to content

Commit

Permalink
feat: support underscore in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Nov 27, 2023
1 parent 31c13a1 commit b537a6c
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 b537a6c

Please sign in to comment.