Skip to content

Commit

Permalink
Using nest extension instead of reb-seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Apr 7, 2021
1 parent c3c1c02 commit aafe277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rebol.JSON-tmLanguage
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "Rebol",
"scopeName": "source.rebol",
"fileTypes": ["reb", "r", "r2", "r3", "reb-seed"],
"fileTypes": ["reb", "r", "r2", "r3", "nest"],

"firstLineMatch": "^\\s*(?i)(Rebol)\\s\\[",
"foldingStartMarker": "^([^;]*[\\[\\{\\(])+\\s*(\\;.*)?$",
Expand Down
2 changes: 1 addition & 1 deletion Rebol.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ file_extensions:
- r3
- reb
- r
- reb-seed
- nest

variables:
comment_line_start: ;
Expand Down
2 changes: 1 addition & 1 deletion Rebol.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<string>r</string>
<string>r2</string>
<string>r3</string>
<string>reb-seed</string>
<string>nest</string>
</array>
<key>firstLineMatch</key>
<string>^\s*(?i)(Rebol)\s\[</string>
Expand Down

0 comments on commit aafe277

Please sign in to comment.