Skip to content

Instantly share code, notes, and snippets.

@earltedly
Last active August 29, 2015 13:58
Show Gist options
  • Save earltedly/9978597 to your computer and use it in GitHub Desktop.
Save earltedly/9978597 to your computer and use it in GitHub Desktop.
Sublime CTags settings for Pebble
{
"autocomplete": true,
"command": "/usr/local/bin/ctags",
"opts" : ["--exclude=build"],
// MAKE SURE TO REPLACE <yourusernamehere> with your username
"extra_tag_files": [".gemtags", "tags","/Users/<yourusernamehere>/pebble-dev/PebbleSDK-current/tags"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment