Add 'numeric' value for 'system' descriptor

With Vim 7.4.640, the keyword seems not to be treated by neither Vim's
css.vim nor this extension.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
OGINO Masanori
2015-02-24 15:29:12 +09:00
committed by Kyo Nagashima
parent 21b74dc4a3
commit cd20896c4e
3 changed files with 3 additions and 1 deletions

View File

@@ -121,6 +121,7 @@
display: symbols("*" "\2020" "\2021" "\A7");
display: bullets;
display: words;
display: numeric;
}
.display {

View File

@@ -131,6 +131,7 @@
display: symbols("*" "\2020" "\2021" "\A7");
display: bullets;
display: words;
display: numeric;
}
.display {