diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-05-24 23:42:59 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-05-24 23:42:59 +0200 |
commit | 4203435c48adfec7950f5b9ab745e87c5296e486 (patch) | |
tree | 84a389447483a13e50d46c0eefb7d7eec51b4141 /syntax/html.vim | |
parent | 271b63d71707720ad0d35590b8cb50f8f8f43014 (diff) | |
download | vim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.tar.gz vim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.zip |
Updatev1.13.3
Diffstat (limited to 'syntax/html.vim')
-rw-r--r-- | syntax/html.vim | 2 |
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 |