feature-requesthelp wantedlanguages-basic
倉庫指標
- Star
- (14,836 star)
- PR 合併指標
- (平均合併 6小時 26分鐘) (30 天內合併 15 個 PR)
描述
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.