|
From: SourceForge.net <no...@so...> - 2013-01-17 09:42:54
|
Bugs item #3594428, was opened at 2012-12-10 02:10 Message generated for change (Comment added) made by kpouer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=3594428&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: text area and syntax packages Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Victor Engmark (engmark) Assigned to: Nobody/Anonymous (nobody) Summary: Bash syntax highlighting Initial Comment: This is correctly highlighted: : ${foo:='$bar'} This is not: : ${foo:='${bar}'} Looks like a mismatch of quotes and curly brackets. ---------------------------------------------------------------------- >Comment By: Matthieu Casanova (kpouer) Date: 2013-01-17 01:42 Message: Hi, I cannot assign it to you because it can only be assigned to jEdit's core and plugin developpers. But don't worry, you can work on it and submit a patch, we will be happy to accept it. ---------------------------------------------------------------------- Comment By: Richard The (rkthe) Date: 2013-01-16 20:56 Message: Hi, do you think you would assign this bug to me? I would like to start digging into it. Thank you ---------------------------------------------------------------------- Comment By: Bo Iseborn (boise) Date: 2012-12-10 04:48 Message: I have a similar problem with my own language mode for Pascal/D80, though in my case the problem is for nested comments rather than brackets, e.g. (* Start of comment to comment out a section of code ... some code without comments ... (* A code comment. The end of this comment also ends the multi-line comment starting above *) ... some more code ... End of the commented out code section. *) So if there is a solution to this problem, I am very interested in hearing about it. /Bosse ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=3594428&group_id=588 |