6 lines
59 B
Lua
6 lines
59 B
Lua
local M = { 'keith/swift.vim' }
|
|
|
|
M.ft = 'swift'
|
|
|
|
return M
|
|
|