Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting for Chapel language #687

Open
ben-albrecht opened this issue Jun 6, 2017 · 5 comments
Open

Syntax highlighting for Chapel language #687

ben-albrecht opened this issue Jun 6, 2017 · 5 comments
Labels
lexer-request A request for a lexer to be developed. pr-open A PR addressing this issue is open.

Comments

@ben-albrecht
Copy link

ben-albrecht commented Jun 6, 2017

Description

Add syntax support for Chapel programming language

Links / references

Motivation

Chapel highlighting is currently supported on GitHub:

proc hi() {
  writeln('Hello Rouge');
}

We'd like to add support to GitLab as well, which uses Rouge.

@ben-albrecht
Copy link
Author

If there is documentation or useful examples of converting any of our existing highlighters, such as Pygments -> Rouge, I'd be happy to take a shot at it myself.

@dblessing dblessing added feature lexer-request A request for a lexer to be developed. labels Jul 26, 2017
@stale
Copy link

stale bot commented Jun 19, 2019

This contribution has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days.

@stale stale bot added the stale-issue There has been no activity for a year. label Jun 19, 2019
@ben-albrecht
Copy link
Author

ben-albrecht commented Jun 19, 2019

If there is documentation or useful examples of converting any of our existing highlighters,

It looks like there's a guide to follow here:

https://www.rubydoc.info/github/rouge-ruby/rouge/file/docs/LexerDevelopment.md

@pyrmont
Copy link
Contributor

pyrmont commented Jun 19, 2019

@ben-albrecht Yeah, I added that shortly after coming on board as a maintainer. We have a PR (#1145) with fixes that need to be added but hopefully that's helpful.

@stale stale bot removed the stale-issue There has been no activity for a year. label Jun 19, 2019
@pyrmont pyrmont removed the feature label Apr 12, 2020
@tancnle tancnle added the pr-open A PR addressing this issue is open. label Jan 25, 2022
@tancnle
Copy link
Collaborator

tancnle commented Jan 25, 2022

Related PR https://github.com/rouge-ruby/rouge/pull/1743/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lexer-request A request for a lexer to be developed. pr-open A PR addressing this issue is open.
Projects
None yet
Development

No branches or pull requests

4 participants