From b8981883ced66cd51f3fbb92b4ddd88926b91f15 Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Wed, 17 Nov 2021 17:47:20 +0530 Subject: [PATCH] markdown.kak: erlang, elixir and ocaml code should be highlighted in markdown --- rc/filetype/markdown.kak | 4 ++-- 1 file 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