Return a non-printing sequence for no context separators
commitc2d2fddca3854efd7ab6711a25f451a2b5cc596d
authorelextr <elextr@gmail.com>
Wed, 15 May 2013 04:03:08 +0000 (15 14:03 +1000)
committerelextr <elextr@gmail.com>
Wed, 15 May 2013 04:10:22 +0000 (15 14:10 +1000)
treeef6e9ced586413bb47301d99c01002c91791c403
parent989a1f2ccb2f8768b575288d6e7535cb52ad1853
Return a non-printing sequence for no context separators

Function symbols_get_context_separator() returns the symbol
separator for the language, but some languages do not have
symbol context separators, for example markup languages like
Asciidoc.  To prevent the symbols pane wrongly detecting and
acting on a valid character sequence as a separator, return a
non-printing character which should not occur.

Options "" and NULL not used as they break some code and would
need an ABI bump.

Other languages can be added as they are identified.
src/symbols.c