From 2e51849aeba91ea3ce29005dde28f1d163f31e90 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 13 Mar 2026 08:45:51 -0400 Subject: improve php highlighting --- .config/micro/syntax/php.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.4.1