sisl / pygments-julia

Pygments lexer for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing unicode double vertical line

JeffFessler opened this issue · comments

the current source code supports this:
Unicode Character 'PARALLEL TO' (U+2225)
https://www.fileformat.info/info/unicode/char/2225/index.htm

but not this:
Unicode Character 'DOUBLE VERTICAL LINE' (U+2016)
https://www.fileformat.info/info/unicode/char/2016/index.htm

I need the missing one because it is what you get with \Vert<tab> in julia REPL

I'll try to make a PR.

In case it helps others, I just found a workaround for now in my latex source:
\DeclareUnicodeCharacter{8214}{$\|$}

Thanks for the PR!