Skip to content

Commit

Permalink
Remove suggestion to disable core JavaScript package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom1729 committed Apr 5, 2021
1 parent ffc2feb commit 4165c83
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ To set it as the default syntax for a particular extension:

`Babel` comes bundled with `Next` from [Benvie/JavaScriptNext.tmLanguage](https://github.com/Benvie/JavaScriptNext.tmLanguage). From the command palette, select `UI: Select Color Scheme` and select `Next`.

#### Advanced usage

It's possible to set `Babel` as the _only_ JavaScript package by disabling the stock one. To do so, add `"ignored_packages": ["JavaScript"]` to your `Preferences.sublime-settings`. The benefits include:

* extension-less node scripts will automatically be recognized as `JavaScript (Babel)`,
* and reduced clutter in the syntax menu.

**Keep in mind**, the stock snippets will no longer work (you may still use your own), and other third-party packages that depend on the stock package may break (no known ones so far).

## Screenshots

![babel-sublime-vs-built-in-jsx](screenshots/[email protected])
Expand Down

0 comments on commit 4165c83

Please sign in to comment.