Update php rules

This commit is contained in:
Zachary Yedidia
2016-12-23 18:25:47 -05:00
parent 2649b673f7
commit faec861081
2 changed files with 3 additions and 2 deletions

View File

@@ -27,5 +27,6 @@ color default "[\(|\)|/|+|-|\*|\[|,|;]"
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
color constant.specialChar "\\[abfnrtv'\"\\]"
color comment "(^|[[:space:]])//.*"
color comment "(^|[[:space:]])#.*"
color comment start="/\*" end="\*/"
color comment "(#.*|//.*)$"