This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
torabkheslat
/
LunarVim
mirror of
https://github.com/LunarVim/LunarVim
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
feat: add filetype detection for solidity
kylo252
3 năm trước cách đây
mục cha
c0e3c8d43a
commit
68d2678af3
1 tập tin đã thay đổi
với
3 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
3
0
ftdetect/sol.lua
+ 3
- 0
ftdetect/sol.lua
Xem Tập Tin
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.sol set filetype=solidity
+]]