Skip to content

Commit 7231c54

Browse files
author
Timothée Poisot
committed
Add cchar for block end
1 parent c9f4eb1 commit 7231c54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/pandoc.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ if &encoding == "utf-8"
4242
\"strike": "x̶",
4343
\"atx": "§",
4444
\"codelang": "λ",
45+
\"codeend": "",
4546
\"abbrev": "",
4647
\"footnote": "",
4748
\"definition": " ",
@@ -58,6 +59,7 @@ else
5859
\"strike": "~",
5960
\"atx": "#",
6061
\"codelang": "l",
62+
\"codelang": "-",
6163
\"abbrev": "a",
6264
\"footnote": "f",
6365
\"definition": " ",

0 commit comments

Comments
 (0)