Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

ik9999/tern-jasminematchers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tern-jasminematchers

A Tern plugin adding Jasmine-Matchers support.

Npm package

tern-jasminematchers screenshot

Installation with tern_for_vim

  1. Go to your tern_for_vim directory
cd ~/.vim/bundle/tern_for_vim
  1. Install tern-jasmine(if not installed)
npm install tern-jasmine@0.2.0
  1. Install tern-jasminematchers
npm install tern-jasminematchers
  1. Put
{
  ...
  "plugins": {
    ...
    "jasmine": {},
    "jasminematchers": {},
    ...
  }
  ...
}

into your project's .tern-project file(to plugins section).

About

A Tern plugin adding Jasmine-Matchers support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published