summary refs log tree commit diff
path: root/.config/micro/syntax
diff options
context:
space:
mode:
Diffstat (limited to '.config/micro/syntax')
-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"