summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSidharth Kshatriya <sid.kshatriya@gmail.com>2021-11-17 17:47:20 +0530
committerSidharth Kshatriya <sid.kshatriya@gmail.com>2021-11-17 20:38:12 +0530
commitb8981883ced66cd51f3fbb92b4ddd88926b91f15 (patch)
treee6833e3247594fe5d0ddaacdac62373966b06c4e
parente7100dc87434d933fd8268e5bf70080b627750c5 (diff)
markdown.kak: erlang, elixir and ocaml code should be highlighted in markdown
-rw-r--r--rc/filetype/markdown.kak4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/filetype/markdown.kak b/rc/filetype/markdown.kak
index e253ffbb..6a15e587 100644
--- a/rc/filetype/markdown.kak
+++ b/rc/filetype/markdown.kak
@@ -42,9 +42,9 @@ add-highlighter shared/markdown/inline/text default-region group
evaluate-commands %sh{
languages="
- awk c cabal clojure coffee cpp crystal css cucumber d diff dockerfile fish
+ awk c cabal clojure coffee cpp crystal css cucumber d diff dockerfile elixir erlang fish
gas go haml haskell html ini java javascript json julia kak kickstart
- latex lisp lua makefile markdown moon objc perl pug python ragel
+ latex lisp lua makefile markdown moon objc ocaml perl pug python ragel
ruby rust sass scala scss sh swift toml tupfile typescript yaml sql
"
for lang in ${languages}; do