Kaydet (Commit) dc9ba7d0 authored tarafından Matthew Brush's avatar Matthew Brush

Improve highlighting for PHP and JS

üst 55646df8
...@@ -39,13 +39,13 @@ php_default=default ...@@ -39,13 +39,13 @@ php_default=default
php_simplestring=string_1 php_simplestring=string_1
php_hstring=string_1 php_hstring=string_1
php_number=number_1 php_number=number_1
php_word=number_2 php_word=keyword_1
php_variable=identifier_4 php_variable=preprocessor
php_comment=comment php_comment=comment
php_commentline=comment php_commentline=comment
php_operator=operator php_operator=operator
php_hstring_variable=string_2 php_hstring_variable=string_2
php_complex_variable=identifier_2 php_complex_variable=preprocessor
jscript_start=tag jscript_start=tag
jscript_default=default jscript_default=default
...@@ -53,8 +53,8 @@ jscript_comment=comment ...@@ -53,8 +53,8 @@ jscript_comment=comment
jscript_commentline=comment jscript_commentline=comment
jscript_commentdoc=comment_doc jscript_commentdoc=comment_doc
jscript_number=number_1 jscript_number=number_1
jscript_word=number_2 jscript_word=keyword_1
jscript_keyword=keyword_1 jscript_keyword=keyword_2
jscript_doublestring=string_1 jscript_doublestring=string_1
jscript_singlestring=string_1 jscript_singlestring=string_1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment