[Github-comments] [geany/geany-plugins] addons/tasks: Do not extract tokens from non-comments (236363f)

Galland notifications at xxxxx
Sat Feb 18 15:25:51 UTC 2017


This commit (or maybe the next one, which further modifies this loop) breaks the functionality on programming language files other than C. That is, it works on .c and .h files, but it stopped showing tasks for example on .vhd (VHDL language) files, even if the tasks are inside comments!. Comments in VHDL start with: --
The comment style, as defined in filetypes.vhdl, is applied on the geany editor, so I guess sci_get_style_at and highlighting_is_comment_style calls would return valid values even for .vhd files

-- 
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-plugins/commit/236363f0e7dfab7db8690cc051a53417da6ece06#commitcomment-20944968
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170218/76daaad6/attachment.html>


More information about the Github-comments mailing list