follow spec URL changes

This commit is contained in:
Kyo Nagashima
2013-10-11 09:51:00 +09:00
parent bc7b0675c3
commit 706c48d8af

View File

@@ -0,0 +1,8 @@
syn keyword cssTextProp contained hyphens
syn match cssTextProp contained "\<line-break\>"
syn match cssTextProp contained "\<overflow-wrap\>"
syn match cssTextProp contained "\<tab-size\>"
syn keyword cssTextAttr contained manual loose strict hanging
syn match cssTextAttr contained "\<match-parent\>"
syn match cssTextAttr contained "\<each-line\>"
syn match cssTextAttr contained "\<full-width\>"