Skip to content

Commit

Permalink
Add note about using a custom language package
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-code committed Nov 25, 2017
1 parent 6213390 commit 0d39c75
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,20 @@ _The following dependencies will be installed automatically if they are missing:

- [language-lua](https://github.com/FireZenk/language-lua)
- [autocomplete-lua](https://github.com/dapetcu21/atom-autocomplete-lua)

## Using a custom language package

If you want to use a different language package you can simply remove the `language-lua` dependency from love-atom. Open the love-atom package by heading to your settings and clicking on "View Code":

![view-code](https://raw.githubusercontent.com/rm-code/love-atom/master/screenshots/view-code.png)

Open the `package.json` and look for the `"package-deps"` entry at the bottom.

```json
"package-deps": [
"language-lua",
"autocomplete-lua"
]
```

Remove the `"language-lua",` line and save. Atom will no longer try to install the `language-lua` from now on.
Binary file added screenshots/view-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d39c75

Please sign in to comment.