Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
First pseudo working version
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-amiard committed Dec 5, 2012
1 parent 9debf37 commit bf3b10c
Show file tree
Hide file tree
Showing 9 changed files with 42,948 additions and 19 deletions.
14 changes: 14 additions & 0 deletions Default.sublime-keymap
@@ -0,0 +1,14 @@
[
{
"command": "typescript_complete",
"args": {"characters": "."},
"keys": ["."],
"context": [ {"key": "typescript"} ]
},
{
"command": "typescript_complete",
"args": {"characters": ""},
"keys": ["ctrl+space"],
"context": [ {"key": "typescript"} ]
}
]

0 comments on commit bf3b10c

Please sign in to comment.