forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
case insensitive matches, middle matching, and use tern rawCompletion…
…s request
- Loading branch information
dloverin
committed
Mar 25, 2013
1 parent
cb4e0c6
commit f4bcdfc
Showing
5 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tern
updated
29 files
+0 −1 | .gitignore | |
+7 −0 | .tern-project | |
+0 −4 | LICENSE | |
+60 −2 | README.md | |
+3 −9 | condense.js | |
+62 −2 | defs/browser.json | |
+0 −0 | defs/ecma5.json | |
+42 −42 | defs/jquery.json | |
+27 −22 | demo/demo.js | |
+73 −24 | desktop.js | |
+1 −20 | doc/docs.css | |
+2 −2 | emacs/tern.el | |
+37 −29 | env.js | |
+0 −4 | index.html | |
+120 −109 | infer.js | |
+4 −4 | jsdoc.js | |
+3 −1 | package.json | |
+88 −0 | plugin/node/node.js | |
+876 −0 | plugin/node/node.json | |
+10 −13 | plugin/requirejs/requirejs.js | |
+1 −1 | plugin/requirejs/requirejs.json | |
+136 −49 | tern.js | |
+16 −9 | test.js | |
+13 −0 | test/infinite-expansion.js | |
+5 −0 | test/node/exportfunc.js | |
+1 −0 | test/node/localfile.js | |
+33 −0 | test/node/main.js | |
+119 −0 | typescript.js | |
+25 −29 | vim/tern.vim |