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

Commit b82f751

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

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
@@ -2828,7 +2828,7 @@
28282828
}
28292829
]
28302830
'sql-string-single-quoted':
2831-
'begin': '(?i:\'(?=\\s*\\(?\\s*(--\\s+SQL|SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER|AND|WITH)\\b))'
2831+
'begin': '(?i)\'(?=\\s*\\(?\\s*(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER|AND|WITH)\\b)'
28322832
'beginCaptures':
28332833
'0':
28342834
'name': 'punctuation.definition.string.begin.php'

0 commit comments

Comments
 (0)