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

Commit d8d99b0

Browse files
committed
Suggestion: change (D|S) into [DS]
1 parent 5535df5 commit d8d99b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/php.cson

+2-2
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@
17071707
]
17081708
}
17091709
{
1710-
'begin': '(<<<)\\s*("?)((D|S)QL)(\\2)(\\s*)$'
1710+
'begin': '(<<<)\\s*("?)([DS]QL)(\\2)(\\s*)$'
17111711
'beginCaptures':
17121712
'0':
17131713
'name': 'punctuation.section.embedded.begin.php'
@@ -1985,7 +1985,7 @@
19851985
]
19861986
}
19871987
{
1988-
'begin': '(<<<)\\s*\'((D|S)QL)\'(\\s*)$'
1988+
'begin': '(<<<)\\s*\'([DS]QL)\'(\\s*)$'
19891989
'beginCaptures':
19901990
'0':
19911991
'name': 'punctuation.section.embedded.begin.php'

0 commit comments

Comments
 (0)