personal dotfiles: my Hyprland config
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"