diff options
author | Andy Williams <andy@andywilliams.me> | 2017-11-03 21:05:08 +0000 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2017-11-03 21:05:08 +0000 |
commit | 624b960155a1b02dd7dbef7df0d1a2221be93d4e (patch) | |
tree | a00c5de69796d484b4b8e7cf4a6125a02b5ead2b /src/lib/elementary/elm_code_syntax.c | |
parent | 2b3e462858b84a34d37497fb3cc0a9de588c6c84 (diff) |
elm_code: Trying some markdown syntax, this is complex
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/elm_code_syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_code_syntax.c b/src/lib/elementary/elm_code_syntax.c index 4f403be279..e6542f7aac 100644 --- a/src/lib/elementary/elm_code_syntax.c +++ b/src/lib/elementary/elm_code_syntax.c | |||
@@ -82,7 +82,7 @@ static Elm_Code_Syntax _elm_code_syntax_eo = | |||
82 | 82 | ||
83 | static Elm_Code_Syntax _elm_code_syntax_md = | 83 | static Elm_Code_Syntax _elm_code_syntax_md = |
84 | { | 84 | { |
85 | "()[]*+-_=#.>!:\\`", | 85 | "()[]*+-_=#.>!:\\`~|", |
86 | "", | 86 | "", |
87 | NULL, | 87 | NULL, |
88 | NULL, | 88 | NULL, |