personal dotfiles: my Hyprland config
Diffstat (limited to '.config/micro/syntax/php.yaml')
| -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 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: "<|>" |