summaryrefslogtreecommitdiffstats
path: root/syntax/html.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
commit4203435c48adfec7950f5b9ab745e87c5296e486 (patch)
tree84a389447483a13e50d46c0eefb7d7eec51b4141 /syntax/html.vim
parent271b63d71707720ad0d35590b8cb50f8f8f43014 (diff)
downloadvim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.tar.gz
vim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.zip
Updatev1.13.3
Diffstat (limited to 'syntax/html.vim')
-rw-r--r--syntax/html.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/html.vim b/syntax/html.vim
index 4e7c7c8e..95aeb39e 100644
--- a/syntax/html.vim
+++ b/syntax/html.vim
@@ -43,7 +43,7 @@ syn keyword htmlTagName contained missing-glyph mpath
syn keyword htmlTagName contained text textPath tref tspan vkern
" Custom Element
-syn match htmlTagName contained "\<[a-z_]\+\(\-[a-z_]\+\)\+\>"
+syn match htmlTagName contained "\<[a-z_]\([a-z0-9_.]\+\)\?\(\-[a-z0-9_.]\+\)\+\>"
" HTML 5 arguments
" Core Attributes