Page MenuHomePhabricator

Comments for SAS do not display correctly
Closed, ResolvedPublic

Description

Author: ahnolds

Description:
In SAS, comments can either start with a * and end with a ; or start with a /* and end with a */
However, GeSHi only recognizes the /* style of comments, meaning that * comments are not displayed in green as they should be, making it harder to identify what is a comment and what isn't.


Version: unspecified
Severity: enhancement

Details

Reference
bz24242

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 11:11 PM
bzimport set Reference to bz24242.

ahnolds wrote:

(In reply to comment #1)

Report it to GeSHi at
https://sourceforge.net/tracker/?group_id=114997&atid=670231

+upstream

Thanks much for the info, and will do.

[Removing RESOLVED LATER as discussed in http://lists.wikimedia.org/pipermail/wikitech-l/2012-November/064240.html . Reopening and setting priority to "Lowest". For future reference, please use either RESOLVED WONTFIX (for issues that will not be fixed), or simply set lowest priority. Thanks a lot!]

This language seems to no longer be supported now that we switched to pygments

TheDJ claimed this task.

Resolved after T156573: Update Pygments to version 2.2 is deployed to production.
Since 2.2, pygments supports sas, and it also supports both comment formats.