Skip to content

Instantly share code, notes, and snippets.

@kuronekomichael
Last active December 22, 2015 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuronekomichael/6419352 to your computer and use it in GitHub Desktop.
Save kuronekomichael/6419352 to your computer and use it in GitHub Desktop.
tern_for_sublimeのauto_complete_triggers設定例
{
〜(略)〜
"auto_complete_triggers": [
{"selector": "text.html", "characters": "<"},
{"selector": "source.js", "characters": "."}
]
〜(略)〜
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment