Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit d989907

Browse files
Update grammars/php.cson
Co-authored-by: KapitanOczywisty <[email protected]>
1 parent 165ae83 commit d989907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/php.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2759,7 +2759,7 @@
27592759
'match': '\\\\(?:\\\\(?:\\\\[\\\\\']?|[^\'])|.)'
27602760
'name': 'constant.character.escape.php'
27612761
'sql-string-double-quoted':
2762-
'begin': '(?i:"(?=\\s*\\(?\\s*(--\\s+SQL|SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER|AND|WITH)\\b))'
2762+
'begin': '(?i)"(?=\\s*\\(?\\s*(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER|AND|WITH)\\b)'
27632763
'beginCaptures':
27642764
'0':
27652765
'name': 'punctuation.definition.string.begin.php'

0 commit comments

Comments
 (0)