This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
torabkheslat
/
LunarVim
espejo de
https://github.com/LunarVim/LunarVim
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
feat: add filetype detection for solidity
kylo252
hace 3 años
padre
c0e3c8d43a
commit
68d2678af3
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
ftdetect/sol.lua
+ 3
- 0
ftdetect/sol.lua
Ver fichero
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.sol set filetype=solidity
+]]