diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2025-10-16 08:49:22 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2025-10-16 08:49:22 -0400 |
| commit | a20d085cc53ee21d5a52ae215788cedd6d0fb44c (patch) | |
| tree | 6512ccc8b5bfc8bf3e27677a37e51cc0f75895a8 /.config/micro/syntax/php.yaml | |
| parent | d533ae56a13adc13aed6dedbc1f631cef58ca7e6 (diff) | |
| download | dotfiles-bcp.tar.gz | |
update dots bcp
Diffstat (limited to '.config/micro/syntax/php.yaml')
| -rw-r--r-- | .config/micro/syntax/php.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/micro/syntax/php.yaml b/.config/micro/syntax/php.yaml index 8ffbb48..027e859 100644 --- a/.config/micro/syntax/php.yaml +++ b/.config/micro/syntax/php.yaml @@ -55,12 +55,12 @@ rules: - preproc: "<!DOCTYPE.+?>" - default: - start: "<<<SQL" - end: "SQL;" + start: "<<<'?SQL'?" + end: "( |^)SQL" rules: - include: "sql" - default: - start: "<<<XML" + start: "<<<'?XML'?" end: "XML;" rules: - include: "xml" |
