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 support for commenting / uncommenting in bucklescript syntax #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Add support for commenting / uncommenting in bucklescript syntax
  • Loading branch information
bsansouci committed Jul 16, 2020
commit 4d5af6193d539db154102ed9b448eaa0cb5bf6f1
2 changes: 1 addition & 1 deletion Comment.JSON-tmPreferences
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "Comments",
"scope": "source.reason",
"scope": "source.reason,source.bucklescript",
"settings": {
"shellVariables": [{"name": "TM_COMMENT_START_2", "value": "// "},
{"name": "TM_COMMENT_DISABLE_INDENT", "value": "no"}
Expand Down
2 changes: 1 addition & 1 deletion Comment.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.reason</string>
<string>source.reason,source.bucklescript</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
Expand Down