Skip to content

Instantly share code, notes, and snippets.

@neohunter
Created October 29, 2015 14:17
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 neohunter/a1601e024a4318514a83 to your computer and use it in GitHub Desktop.
Save neohunter/a1601e024a4318514a83 to your computer and use it in GitHub Desktop.
{
"debug" : false,
"autocomplete": true,
"command" : "/Users/arnoldroa/bin/ctags_for_ruby",
"filters" : {
"source.python": {"type":"^i$"}
},
"definition_filters": {
"source.php": {"type":"^v$"}
},
"definition_current_first": true,
"show_context_menus": true,
"extra_tag_paths" : [ [["source.python", "windows"], "C:\\Python27\\Lib\\tags"]],
"extra_tag_files" : [".gemtags", ".tags"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment