dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

myfiletype.lua (86B)


      1 require("plugins/filetype")
      2 
      3 vis.ftdetect.filetypes["julia"] = {
      4 	ext = { "%.jl$" },
      5 }