mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Upgrade to ctags 0.3.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
"dependencies": {
|
||||
"coffee-script": "1.5",
|
||||
"ctags": "0.2.0",
|
||||
"ctags": "0.3.0",
|
||||
"oniguruma": "0.7.0",
|
||||
"mkdirp": "0.3.5",
|
||||
"git-utils": "0.7.0",
|
||||
|
||||
@@ -16,7 +16,7 @@ find: (editor) ->
|
||||
tagsFile = @getTagsFile(project)
|
||||
return [] unless tagsFile
|
||||
|
||||
ctags.findTag(tagsFile, word)
|
||||
ctags.findTags(tagsFile, word)
|
||||
|
||||
getAllTags: (project, callback) ->
|
||||
deferred = $.Deferred()
|
||||
|
||||
Reference in New Issue
Block a user