From 4203435c48adfec7950f5b9ab745e87c5296e486 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 24 May 2015 23:42:59 +0200 Subject: Update --- syntax/html.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/html.vim') 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 -- cgit v1.2.3