0.1.7 • Published 10 years ago

tern-jasminematchers v0.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago