Skip to content

Commit

Permalink
File associations for "Brewfile"
Browse files Browse the repository at this point in the history
The `Brewfile` (1) of Homebrew (2) is not detected as Ruby syntax,
therefore a association will be added to map it to the `ruby` syntax
type.

References:
  (1) https://github.com/Homebrew/homebrew-bundle
  (2) https://brew.sh

Resolves GH-186
  • Loading branch information
arcticicestudio committed Mar 18, 2019
1 parent 4e990f1 commit 140a747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/visual-studio-code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"extensions.ignoreRecommendations": true,
"extensions.showRecommendationsOnlyOnDemand": true,
"files.associations": {
"Brewfile": "ruby",
"*.jsx": "javascriptreact",
"*.js": "javascript"
},
Expand Down

0 comments on commit 140a747

Please sign in to comment.