Microsoft/monaco-editor
GitHub で見る[Feature Request] Scilab language highlighting
Open
#3,511 opened on 2023年1月25日
feature-requesthelp wantedlanguages-basic
Repository metrics
- Stars
- (14,836 stars)
- PR merge metrics
- (平均マージ 6h 26m) (30d で 15 merged PRs)
説明
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.