Add PHP filetype for inc and module extensions

This commit is contained in:
Oliver Davies 2024-04-07 11:50:57 +01:00
parent 820ab697f1
commit e8ffa065a1
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
vim.filetype.add { vim.filetype.add {
extension = { extension = {
inc = "php",
module = "php",
theme = "php", theme = "php",
}, },
} }

View file

@ -1,8 +1,8 @@
_default: _default:
just --list just --list
build profile: build profile *args:
nix build --json --no-link --print-build-logs ".#{{ profile }}" nix build --json --no-link --print-build-logs ".#{{ profile }}" {{ args }}
check: check:
nix flake check nix flake check