0.1.7 • Published 8 years ago

tern-jasminematchers v0.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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).

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago