oranoran / antlr4-autosuggest-js

JavaScript auto-suggest engine for ANTLR4 grammars
MIT License
42 stars 16 forks source link

add cross-env dependency to fix test script on windows, ignore .idea dir #10

Open jonfreedman opened 6 years ago

jonfreedman commented 6 years ago

Currently it's not possible to run the test scripts on windows, I also added .idea to the .gitignore file for users of IntelliJ/WebStorm.