Microsoft/monaco-editor
Auf GitHub ansehen[Feature Request] Scilab language highlighting
Open
#3.511 geöffnet am 25. Jan. 2023
feature-requesthelp wantedlanguages-basic
Repository-Metriken
- Stars
- (14.836 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6h 26m) (15 gemergte PRs in 30 T)
Beschreibung
Context
- This issue is not a bug report. (please use a different template for reporting a bug)
- This issue is not a duplicate of an existing issue. (please use the search to find existing issues)
Description
Hi all,
GitLab uses Monaco/Monarch to highlight files/snippets and GitLab is now the official Scilab (https://www.scilab.org/) development platform. Having this feature would simplify the reading of Scilab code in repository, issues, wiki, ...
Here are some links to other implementations:
- 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
Thanks.