summaryrefslogtreecommitdiff
path: root/ftdetect
diff options
context:
space:
mode:
authorUltimateOmega <[email protected]>2021-07-15 17:38:36 +0430
committerGitHub <[email protected]>2021-07-15 13:08:36 +0000
commit21c515d8e3ba656cf139bf49dd08bedd239856a0 (patch)
treeab4d0f521993abf5e4c00826507e2db32ea34a86 /ftdetect
parentebcb38d85ba8672b94a1cca3fbf16b3473915ddf (diff)
[LANG] add basic files for Fish (#968)
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/fish.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/fish.lua b/ftdetect/fish.lua
new file mode 100644
index 00000000..c908c46e
--- /dev/null
+++ b/ftdetect/fish.lua
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.fish set filetype=fish
+]]