├── LICENSE ├── Makefile ├── README.md ├── ctagsrc ├── index.js └── test.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/ctags-patterns-for-javascript/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/ctags-patterns-for-javascript/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/ctags-patterns-for-javascript/HEAD/README.md -------------------------------------------------------------------------------- /ctagsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/ctags-patterns-for-javascript/HEAD/ctagsrc -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/ctags-patterns-for-javascript/HEAD/index.js -------------------------------------------------------------------------------- /test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romainl/ctags-patterns-for-javascript/HEAD/test.js --------------------------------------------------------------------------------