Skip to content

Commit

Permalink
Add Roc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jan 10, 2024
1 parent ee9119e commit 19880e9
Show file tree
Hide file tree
Showing 10 changed files with 1,154 additions and 0 deletions.
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

0 comments on commit 19880e9

Please sign in to comment.