ソースを参照

feat: add filetype detection for solidity

kylo252 3 年 前
コミット
68d2678af3
1 ファイル変更3 行追加0 行削除
  1. 3 0
      ftdetect/sol.lua

+ 3 - 0
ftdetect/sol.lua

@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.sol set filetype=solidity
+]]