Explorar el Código

feat: add filetype detection for solidity

kylo252 hace 3 años
padre
commit
68d2678af3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      ftdetect/sol.lua

+ 3 - 0
ftdetect/sol.lua

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