Add basic support for integers and floats

This commit is contained in:
Frank LENORMAND 2015-09-11 11:02:09 +03:00
parent 7ba16e48cd
commit 83062065b8

View File

@ -29,6 +29,7 @@ addhl -group /javascript/comment fill comment
addhl -group /javascript/code regex \$\w* 0:identifier
addhl -group /javascript/code regex \<(document|false|null|parent|self|this|true|undefined|window)\> 0:value
addhl -group /javascript/code regex "-?[0-9]*\.?[0-9]+" 0:value
addhl -group /javascript/code regex \<(Array|Boolean|Date|Function|Number|Object|RegExp|String)\> 0:type
# Keywords are collected at