add visrc and lithaskell lexer
This commit is contained in:
parent
80ad92eb58
commit
d5c8feba9a
3 changed files with 50 additions and 0 deletions
5
config/vis/plugins/myfiletype.lua
Normal file
5
config/vis/plugins/myfiletype.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
require("plugins/filetype")
|
||||
|
||||
vis.ftdetect.filetypes["lithaskell"] = {
|
||||
ext = { "%.lhs$" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue