-
Notifications
You must be signed in to change notification settings - Fork 740
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
Add a parser for Scilab language #1913
Labels
Comments
Reference issue on GitLab side: https://gitlab.com/gitlab-org/gitlab/-/issues/377795 |
Reference issue on Scilab side: https://gitlab.com/scilab/scilab/-/issues/16895 |
|
@y377 what do you mean? |
@y377 I think your question is not related to this issue (which is about Scilab language support). |
See corresponding PR : #1916 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hi all,
Please find below information related to the development of a Scilab parser in Rouge.
Best regards.
The name of the language
Scilab: https://www.scilab.org/
Online help: https://help.scilab.org/
Implementation in other libraries
Pygments: https://pygments.org/docs/lexers/#pygments.lexers.matlab.ScilabLexer
Chroma: https://github.com/alecthomas/chroma/blob/master/lexers/embedded/scilab.xml
Highlight: https://github.com/highlightjs/highlight.js/blob/main/src/languages/scilab.js
Additional context
GitLab uses Rouge to detect language used in files and GitLab is now the official Scilab development platform.
Having this feature in Rouge would simplify the reading of Scilab code in repository, issues, wiki, ...
The text was updated successfully, but these errors were encountered: