vim-pandoc-syntax
vim-pandoc-syntax copied to clipboard
`\` is not properly handled
When a backslack is inside a grave accent, it loses its special meaning. Yet, vim-pandoc-syntax didn't handle it correctly as of now.
For instance, \ -- the second grave accent will be treated as being escaped.
This works:
`` \ ``
i.e. doublebacktick+space+backslash+space+doublebacktick.
Den mån 22 apr. 2019 19:31randomizedthinking [email protected] skrev:
When a backslack is inside a grave accent, it loses its special meaning. Yet, vim-pandoc-syntax didn't handle it correctly as of now.
For instance, \ -- the second grave accent will be treated as being escaped.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vim-pandoc/vim-pandoc-syntax/issues/266, or mute the thread https://github.com/notifications/unsubscribe-auth/AAI3OUYPMRPHHZOYF64FC53PRXY5NANCNFSM4HHRG4TQ .
Thanks for the work-around.
Based on the pandoc syntax, \ should work, so it is a minor bug to be fixed.