We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d3f66 commit 718c54fCopy full SHA for 718c54f
1 file changed
syntax/html.vim
@@ -77,6 +77,7 @@ syn keyword htmlTagName contained uplimit variance vector vectorproduct xor
77
78
" Custom Element
79
syn match htmlTagName contained "\<[a-z][-.0-9_a-z]*-[-.0-9_a-z]*\>"
80
+syn match htmlTagName contained "[.0-9_a-z]\@<=-[-.0-9_a-z]*\>"
81
82
" HTML 5 arguments
83
" Core Attributes
0 commit comments