update js highlighter test

This commit is contained in:
nightwing 2013-12-30 01:56:58 +04:00
commit 3cc3043951
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ a/=b/c
//test tokenize reg exps
a=/b/g
a+/b/g
a = 1 + /2 + 1/b
a = 1 + /2 + 1/gimyxk
a=/a/ / /a/
case /a/.test(c)
//test tokenize multi-line comment containing a single line comment

View file

@ -96,7 +96,8 @@
["text"," "],
["string.regexp","/2 "],
["constant.language.escape","+"],
["string.regexp"," 1/b"]
["string.regexp"," 1/gimyx"],
["identifier","k"]
],[
"no_regex",
["identifier","a"],