diff vendor/vim-syntax/css.vim @ 649:a6bbbee07a3a

Update syntaxes
author nanaya <me@nanaya.pro>
date Sat, 17 Oct 2020 07:09:53 +0900
parents 673c14e2a45e
children c74dffea6a0a
line wrap: on
line diff
--- a/vendor/vim-syntax/css.vim	Thu Sep 17 17:38:23 2020 +0900
+++ b/vendor/vim-syntax/css.vim	Sat Oct 17 07:09:53 2020 +0900
@@ -61,7 +61,7 @@
 syn match cssClassNameDot contained '\.'
 
 try
-syn match cssIdentifier "#[A-Za-zÀ-ÿ_@][A-Za-zÀ-ÿ0-9_@-]*"
+syn match cssIdentifier "#[A-Za-zÀ-ÿ_@][A-Za-zÀ-ÿ0-9_@-]*"
 catch /^.*/
 syn match cssIdentifier "#[A-Za-z_@][A-Za-z0-9_@-]*"
 endtry
@@ -649,5 +649,5 @@
 
 let &cpo = s:cpo_save
 unlet s:cpo_save
+
 " vim: ts=8
-