sublime-tern icon indicating copy to clipboard operation
sublime-tern copied to clipboard

adding more def's

Open sononix opened this issue 11 years ago • 0 comments

hi there Im wondering how would you add more defs taken underscore as an example

here is an actionscript.json file I was using as a test case { "!name": "actionscript", "action": { "!doc": "Save the previous value of the _ variable.", "!type": "fn(obj: ?) -> +_", "VERSION": { "!type": "string", "!url": "http://underscorejs.org/#VERSION" }, ".licence": { "!doc": "Returns a function that will only be executed after being called N times.", "!url": "http://", "!type": "fn(times: number, func: fn()) -> !1" } } }

it seems some other file needs to be modified, any ideas M

sononix avatar Jan 15 '14 16:01 sononix