aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/editor-syntax-etc/nvim/ftdetect/sisu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sundry/editor-syntax-etc/nvim/ftdetect/sisu.lua')
-rw-r--r--sundry/editor-syntax-etc/nvim/ftdetect/sisu.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/sundry/editor-syntax-etc/nvim/ftdetect/sisu.lua b/sundry/editor-syntax-etc/nvim/ftdetect/sisu.lua
new file mode 100644
index 0000000..51b4f2f
--- /dev/null
+++ b/sundry/editor-syntax-etc/nvim/ftdetect/sisu.lua
@@ -0,0 +1,7 @@
+vim.filetype.add({
+ extension = {
+ sst = "sisu",
+ ssm = "sisu",
+ ssi = "sisu",
+ },
+})