This website works better with JavaScript
홈
탐색
도움말
로그인
torabkheslat
/
LunarVim
의 미러
https://github.com/LunarVim/LunarVim
Watch
1
Star
0
포크
0
파일
이슈
0
위키
소스 검색
feat: add filetype detection for solidity
kylo252
3 년 전
부모
c0e3c8d43a
커밋
68d2678af3
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
3
0
ftdetect/sol.lua
+ 3
- 0
ftdetect/sol.lua
파일 보기
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.sol set filetype=solidity
+]]