aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-07-09 03:59:24 -0700
committerMichael Forney <mforney@mforney.org>2017-07-09 04:19:47 -0700
commit3e22e7efc145e82c4f1519fff08ea317f35fb820 (patch)
tree145f07c51f0e177e243c90c07b22a7d52ef533ec /lua/plugins
parent8ff3e8eb4b1ec9a41e787d91c187c30c0ec4022c (diff)
downloadvis-3e22e7efc145e82c4f1519fff08ea317f35fb820.tar.gz
vis-3e22e7efc145e82c4f1519fff08ea317f35fb820.tar.xz
Add Myrddin lexer and filetypes entry
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 9d44391..52eef25 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -240,6 +240,9 @@ vis.ftdetect.filetypes = {
ext = { "%.moon$" },
mime = { "text/x-moon" },
},
+ myrddin = {
+ ext = { "%.myr$" },
+ },
nemerle = {
ext = { "%.n$" },
},