summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2026-03-13 08:45:51 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2026-03-13 08:45:51 -0400
commit2e51849aeba91ea3ce29005dde28f1d163f31e90 (patch)
tree2f9242e72ba64b1f57782ac137bdf8faa3a1fd06
parent871b28ef57c3ffcd333cd86ed9a67299a333d04d (diff)
downloaddotfiles-2e51849aeba91ea3ce29005dde28f1d163f31e90.tar.gz
improve php highlighting
-rw-r--r--.config/micro/syntax/php.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/micro/syntax/php.yaml b/.config/micro/syntax/php.yaml
index 027e859..c698be2 100644
--- a/.config/micro/syntax/php.yaml
+++ b/.config/micro/syntax/php.yaml
@@ -61,7 +61,7 @@ rules:
           - include: "sql"
     - default:
         start: "<<<'?XML'?"
-        end: "XML;"
+        end: "XML"
         rules:
           - include: "xml"