Configure filetypes
All checks were successful
/ check (push) Successful in 1m17s

This commit is contained in:
Oliver Davies 2025-06-10 13:47:40 +01:00
parent 3ca167aa70
commit 22173cc76b

View file

@ -65,6 +65,22 @@ in
stylua
];
filetype = {
extension = {
"neon.dist" = "yaml";
inc = "php";
install = "php";
module = "php";
neon = "yaml";
pcss = "scss";
theme = "php";
};
filename = {
"composer.lock" = "json";
};
};
globals.mapleader = " ";
};
};