summaryrefslogtreecommitdiff
path: root/ftdetect/sol.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/sol.lua')
-rw-r--r--ftdetect/sol.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/sol.lua b/ftdetect/sol.lua
new file mode 100644
index 00000000..b716f759
--- /dev/null
+++ b/ftdetect/sol.lua
@@ -0,0 +1,3 @@
+vim.cmd [[
+ au BufRead,BufNewFile *.sol set filetype=solidity
+]]