Simplify testing commands using a Makefile

This commit is contained in:
Adriaan Zonnenberg
2018-03-02 18:31:23 +01:00
parent a0cfe6791c
commit 5c3a71983c
5 changed files with 34 additions and 65 deletions

View File

@@ -45,6 +45,10 @@ npm i -g eslint eslint-plugin-vue
If your language is not getting highlighted open an issue or a PR with the fix.
You only need to add a line to the `syntax/vue.vim` file.
Don't forget to write [Vader](https://github.com/junegunn/vader.vim) tests for
the code you write. You can run the tests by executing `make test` in the
terminal.
## FAQ
### Where is Jade?