summaryrefslogtreecommitdiff
path: root/ftdetect/just.lua
blob: e956caaeadaa7fb5130074d3ae9e5e723ae16b42 (plain)
1
2
3
4
5
6
7
8
9
10
if vim.g.did_load_just_plugin then
	return
end

vim.g.did_load_just_plugin = true
vim.filetype.add({
	filename = {
		["justfile"] = "just",
	},
})