Skip to content

Instantly share code, notes, and snippets.

@ikhattab
Created October 5, 2015 12:27
Show Gist options
  • Save ikhattab/b36c9cdfaf0ce9d28726 to your computer and use it in GitHub Desktop.
Save ikhattab/b36c9cdfaf0ce9d28726 to your computer and use it in GitHub Desktop.
Coffeescript autocomplete sublime text
"auto_complete_triggers": [
{
"characters": ".@",
"selector": "source.coffee, source.litcoffee, source.coffee.md"
}
]
@ikhattab
Copy link
Author

ikhattab commented Oct 5, 2015

screen shot 2015-10-05 at 2 24 08 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment