Merge remote-tracking branch 'alexherbo2/rc-markdown'

This commit is contained in:
Maxime Coste 2016-12-27 18:55:47 +00:00
commit 6d3842af5b

View File

@ -12,51 +12,51 @@ hook global BufCreate .*[.](markdown|md|mkd) %{
# ‾‾‾‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾‾‾‾
addhl -group / regions -default content markdown \ addhl -group / regions -default content markdown \
c ```c ``` '' \ c ```\h*c ``` '' \
cabal ```cabal ``` '' \ cabal ```\h*cabal ``` '' \
clojure ```clojure ``` '' \ clojure ```\h*clojure ``` '' \
coffee ```coffee ``` '' \ coffee ```\h*coffee ``` '' \
cpp ```cpp ``` '' \ cpp ```\h*cpp ``` '' \
css ```css ``` '' \ css ```\h*css ``` '' \
cucumber ```cucumber ``` '' \ cucumber ```\h*cucumber ``` '' \
d ```d ``` '' \ d ```\h*d ``` '' \
diff ```diff ``` '' \ diff ```\h*diff ``` '' \
dockerfile ```dockerfile ``` '' \ dockerfile ```\h*dockerfile ``` '' \
fish ```fish ``` '' \ fish ```\h*fish ``` '' \
gas ```gas ``` '' \ gas ```\h*gas ``` '' \
go ```go ``` '' \ go ```\h*go ``` '' \
haml ```haml ``` '' \ haml ```\h*haml ``` '' \
haskell ```haskell ``` '' \ haskell ```\h*haskell ``` '' \
html ```html ``` '' \ html ```\h*html ``` '' \
ini ```ini ``` '' \ ini ```\h*ini ``` '' \
java ```java ``` '' \ java ```\h*java ``` '' \
javascript ```javascript ``` '' \ javascript ```\h*javascript ``` '' \
json ```json ``` '' \ json ```\h*json ``` '' \
julia ```julia ``` '' \ julia ```\h*julia ``` '' \
kak ```kak ``` '' \ kak ```\h*kak ``` '' \
kickstart ```kickstart ``` '' \ kickstart ```\h*kickstart ``` '' \
latex ```latex ``` '' \ latex ```\h*latex ``` '' \
lisp ```lisp ``` '' \ lisp ```\h*lisp ``` '' \
lua ```lua ``` '' \ lua ```\h*lua ``` '' \
makefile ```makefile ``` '' \ makefile ```\h*makefile ``` '' \
moon ```moon ``` '' \ moon ```\h*moon ``` '' \
objc ```objc ``` '' \ objc ```\h*objc ``` '' \
perl ```perl ``` '' \ perl ```\h*perl ``` '' \
pug ```pug ``` '' \ pug ```\h*pug ``` '' \
python ```python ``` '' \ python ```\h*python ``` '' \
ragel ```ragel ``` '' \ ragel ```\h*ragel ``` '' \
ruby ```ruby ``` '' \ ruby ```\h*ruby ``` '' \
rust ```rust ``` '' \ rust ```\h*rust ``` '' \
sass ```sass ``` '' \ sass ```\h*sass ``` '' \
scala ```scala ``` '' \ scala ```\h*scala ``` '' \
scss ```scss ``` '' \ scss ```\h*scss ``` '' \
sh ```sh ``` '' \ sh ```\h*sh ``` '' \
swift ```swift ``` '' \ swift ```\h*swift ``` '' \
tupfile ```tupfile ``` '' \ tupfile ```\h*tupfile ``` '' \
yaml ```yaml ``` '' \ yaml ```\h*yaml ``` '' \
code ``` ``` '' \ code ``` ``` '' \
code `` `` '' \ code `` `` '' \
code ` ` '' code ` ` ''
addhl -group /markdown/code fill meta addhl -group /markdown/code fill meta