Microsoft/monaco-editor
Vedi su GitHub[Feature Request] Scilab language highlighting
Open
#3511 aperta il 25 gen 2023
feature-requesthelp wantedlanguages-basic
Metriche repository
- Star
- (14.836 star)
- Metriche merge PR
- (Merge medio 6h 26m) (15 PR mergiate in 30 g)
Descrizione
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.