summary refs log tree commit diff
path: root/.config/micro/syntax/php.yaml
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2025-10-16 08:49:22 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2025-10-16 08:49:22 -0400
commita20d085cc53ee21d5a52ae215788cedd6d0fb44c (patch)
tree6512ccc8b5bfc8bf3e27677a37e51cc0f75895a8 /.config/micro/syntax/php.yaml
parentd533ae56a13adc13aed6dedbc1f631cef58ca7e6 (diff)
downloaddotfiles-bcp.tar.gz
update dots bcp
Diffstat (limited to '.config/micro/syntax/php.yaml')
-rw-r--r--.config/micro/syntax/php.yaml6
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"