Use tm_parser_scope_separator() instead of symbols_get_context_separator()
commit79295ce727e9b7c667b616516655a8c61566e181
authorJiří Techet <techet@gmail.com>
Thu, 13 Jan 2022 15:03:28 +0000 (13 16:03 +0100)
committerJiří Techet <techet@gmail.com>
Sun, 23 Jan 2022 16:44:14 +0000 (23 17:44 +0100)
tree9b92870db784d0efc32dbd67e3f9044a64d073a8
parent7ccf2bba6ceb8de2aefaa1c44c8eeebe996702f8
Use tm_parser_scope_separator() instead of symbols_get_context_separator()

symbols_get_context_separator() uses filetype ID as its argument and
tm_parser_scope_separator() uses parser ID as its argument and those
are easy to confuse. Use just one of them in Geany code to avoid errors.
src/symbols.c