summary refs log tree commit diff
path: root/.config/micro/syntax/php.yaml
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2023-07-10 11:16:58 -0400
committerZach DeCook <zach.decook@bettercarpeople.com>2023-07-10 11:16:58 -0400
commit73660cce390ca7038c2ab01f5f90281ea98b895e (patch)
tree182d190c2d3ec362feb7083ff6167e46b42f0421 /.config/micro/syntax/php.yaml
parent9f6f29edf5d43826ef283dcba89f5aefe93430ef (diff)
downloaddotfiles-73660cce390ca7038c2ab01f5f90281ea98b895e.tar.gz
micro: improve
Diffstat (limited to '.config/micro/syntax/php.yaml')
-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 1d4bb9e..31e792b 100644
--- a/.config/micro/syntax/php.yaml
+++ b/.config/micro/syntax/php.yaml
@@ -1,7 +1,7 @@
 filetype: php
 
 detect:
-    filename: "\\.(php|module|install|theme|inc)$"
+    filename: "(/psysh-edit-command|\\.(php|module|install|theme|inc)$)"
 
 rules:
     - symbol.operator: "<|>"