Skip to content

Instantly share code, notes, and snippets.

@neohunter
Created October 29, 2015 14:17
Embed
What would you like to do?
{
"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