summaryrefslogtreecommitdiff
path: root/nixvim/filetypes/just.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixvim/filetypes/just.nix')
-rw-r--r--nixvim/filetypes/just.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixvim/filetypes/just.nix b/nixvim/filetypes/just.nix
new file mode 100644
index 0000000..3bc4161
--- /dev/null
+++ b/nixvim/filetypes/just.nix
@@ -0,0 +1,7 @@
+{
+ # there's treesitter grammar for this
+ # but no upstram filetype :(
+ filetype.filename = {
+ justfile = "just";
+ };
+}