diff --git a/after/plugin/filetype.lua b/after/plugin/filetype.lua index 4595aef..617965c 100644 --- a/after/plugin/filetype.lua +++ b/after/plugin/filetype.lua @@ -1,5 +1,7 @@ vim.filetype.add { extension = { + inc = "php", + module = "php", theme = "php", }, } diff --git a/justfile b/justfile index 16e7883..dc70ac8 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,8 @@ _default: just --list -build profile: - nix build --json --no-link --print-build-logs ".#{{ profile }}" +build profile *args: + nix build --json --no-link --print-build-logs ".#{{ profile }}" {{ args }} check: nix flake check