[Github-comments] [geany/geany] Sync ctags parsers with small changes with Geany (PR #2990)

Jiří Techet notifications at xxxxx
Thu Dec 2 10:08:22 UTC 2021


Just to clarify what I did in the last few commits - first I got a bit confused about the reason why the various text file format parsers are mentioned in `tm_parser_context_separator()` even though they don't report nested scope and the context separator never appears in the context. The only reason for them to be here is to report some invalid context separator so `tm_parser_context_separator()` doesn't report false positive scope separators (e.g. imagine `1.1 My subsection` where `.` would be detected as a scope separator).

The situation with these languages is - txt2tags now reports full context with `""` as its context separator. Asciidoc, conf, rest don't use context separator and use `\x3` as the improbable-to-appear-in-text character.

I went through all the languages in this pull request and everything seems to be good from my perspective so as far as I can tell, this pull request is ready to be merged.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2990#issuecomment-984479664
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211202/34f15d7a/attachment.htm>


More information about the Github-comments mailing list