Skip to content
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 Roc Language #6633

Merged
merged 2 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,9 @@
[submodule "vendor/grammars/riot-syntax-highlight"]
path = vendor/grammars/riot-syntax-highlight
url = https://github.com/riot/syntax-highlight
[submodule "vendor/grammars/roc-vscode-unofficial"]
path = vendor/grammars/roc-vscode-unofficial
url = https://github.com/ivan-demchenko/roc-vscode-unofficial.git
[submodule "vendor/grammars/ruby-slim.tmbundle"]
path = vendor/grammars/ruby-slim.tmbundle
url = https://github.com/slim-template/ruby-slim.tmbundle
Expand Down
2 changes: 2 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,8 @@ vendor/grammars/rez.tmbundle:
- source.rez
vendor/grammars/riot-syntax-highlight:
- text.html.riot
vendor/grammars/roc-vscode-unofficial:
- source.roc
vendor/grammars/ruby-slim.tmbundle:
- text.slim
vendor/grammars/rust-syntax:
Expand Down
8 changes: 8 additions & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5996,6 +5996,14 @@ RobotFramework:
tm_scope: text.robot
ace_mode: text
language_id: 324
Roc:
type: programming
color: "#7c38f5"
extensions:
- ".roc"
tm_scope: source.roc
ace_mode: text
language_id: 440182480
Roff:
type: markup
color: "#ecdebe"
Expand Down
Loading
Loading