atom / symbols-view

Jump to symbols in Atom
MIT License
163 stars 114 forks source link

Help: how to add symbols for language XXX #118

Closed sglyon closed 9 years ago

sglyon commented 9 years ago

I maintain a package for the Julia language

I would like to add support in this package for Julia symbols. To do this do I just add to the .ctags file here? If so, would something like this work?

(link to issue in julia repo: JuliaLang/atom-language-julia#29)

kevinsawicki commented 9 years ago

Yeah, a pull request with additions to the file stored in this repository that you linked to would be great.

Eventually this should be made an service API for additions.