Skip to content

1.8.0

Compare
Choose a tag to compare
@anru anru released this 05 May 12:46
· 95 commits to master since this release
e40a0fe

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!