This website works better with JavaScript
Home
Explore
Help
Sign In
torabkheslat
/
LunarVim
mirror of
https://github.com/LunarVim/LunarVim
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
feat: add filetype detection for solidity
kylo252
3 years ago
parent
c0e3c8d43a
commit
68d2678af3
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
ftdetect/sol.lua
+ 3
- 0
ftdetect/sol.lua
View File
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.sol set filetype=solidity
+]]