Add motion-1.vim

See also: http://www.w3.org/TR/motion-1/
This commit is contained in:
Kyo Nagashima
2016-01-03 19:53:05 +09:00
parent 74fd8ed4d4
commit a63e01af90
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
syn match cssFontProp contained "\<motion\(-\(path\|offset\|rotation\)\)\=\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<path\s*(" end=")" oneline keepend