1.8.0
Changes
- Support syntax: Javascript (Naomi)
- Support for comments at the end of line in import constructions
- Added vue and mjs file extensions to JsPathResolver
- Fixed HyperClick correct work in out of project environments
Per-project settings
Now project settings for HyperClick lives in "settings" field in project settings file (".sublime-project"). See official documentation for details.
Example of .sublime-project
file:
{
"settings": {
"hyper_click": {
"lookup_paths": {
"js":["/my/lib-dir/for/node"]
}
}
}
}
Thanks to contributors!