Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Add Dust.js extension support and update "Setup for Hacking" directory #5370

Merged
merged 1 commit into from
Oct 1, 2013
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
7 changes: 7 additions & 0 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
"fileExtensions": ["ejs"],
"blockComment": ["<!--", "-->"]
},

"dust": {
"name": "Dust.js",
"mode": ["htmlembedded", "application/x-ejs"],
"fileExtensions": ["dust"],
"blockComment": ["<!--", "-->"]
},

"erb_html": {
"name": "Embedded Ruby",
Expand Down
2 changes: 1 addition & 1 deletion tools/setup_for_hacking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ "$platform" == 'Linux' ]]; then
default_app_directory='/opt/brackets';
symlink='dev';
elif [[ "$platform" == 'Darwin' ]]; then # MAC OSX
default_app_directory='/Applications/Brackets Sprint 14.app';
default_app_directory='/Applications/Brackets Sprint 31.app';
symlink='Contents/dev';
else
# Warn for unknown operating system?
Expand Down