diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-03-13 08:45:51 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-03-13 08:45:51 -0400 |
| commit | 2e51849aeba91ea3ce29005dde28f1d163f31e90 (patch) | |
| tree | 2f9242e72ba64b1f57782ac137bdf8faa3a1fd06 | |
| parent | 871b28ef57c3ffcd333cd86ed9a67299a333d04d (diff) | |
| download | dotfiles-2e51849aeba91ea3ce29005dde28f1d163f31e90.tar.gz | |
improve php highlighting
| -rw-r--r-- | .config/micro/syntax/php.yaml | 2 |
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" |
