Merge branch '3230_php_syntax'

* 3230_php_syntax:
  Ticket #3230: PHP.syntax improvement
This commit is contained in:
Slava Zanko 2014-07-22 16:39:15 +03:00
commit 13475b9ca8

View File

@ -3114,25 +3114,6 @@ context default
keyword : brightcyan keyword : brightcyan
keyword ; brightmagenta keyword ; brightmagenta
context exclusive ?> <? cyan
keyword whole &*; brightgreen
context exclusive <html <? cyan
keyword whole &*; brightgreen
context exclusive <HTML <? cyan
keyword whole &*; brightgreen
context exclusive <doctype <? cyan
keyword whole &*; brightgreen
context exclusive <DOCTYPE <? cyan
keyword whole &*; brightgreen
context exclusive /\* \*/ brown
spellcheck
context exclusive // \n brown
spellcheck
context linestart # \n brown
spellcheck
context " " green context " " green
spellcheck spellcheck
keyword \\" brightgreen keyword \\" brightgreen
@ -3152,3 +3133,24 @@ context " " green
context ' ' brightgreen context ' ' brightgreen
spellcheck spellcheck
keyword \\' brightcyan keyword \\' brightcyan
context exclusive <? ?> cyan
keyword whole &*; brightgreen
context <html > cyan
keyword whole &*; brightgreen
context <HTML > cyan
keyword whole &*; brightgreen
context <!doctype > cyan
keyword whole &*; brightgreen
context <!DOCTYPE > cyan
keyword whole &*; brightgreen
context exclusive /\* \*/ brown
spellcheck
context exclusive // \n brown
spellcheck
context linestart # \n brown
spellcheck