Skip to content

Commit

Permalink
Adding elixir support (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
luissimas authored Jul 15, 2021
1 parent f5b088a commit 0f8e910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/kommentary/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ M.config = {
["clojure"] = {";", {"(comment ", " )"}},
["cpp"] = {},
["cs"] = {},
["elixir"] = {"#", false, true},
["fennel"] = {";", false},
["go"] = {},
["haskell"] = {"--", {"{-", "-}"}},
Expand Down

0 comments on commit 0f8e910

Please sign in to comment.