https://github.com/superauguste/ctags-to-scip
https://github.com/superauguste/ctags-to-scip
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/superauguste/ctags-to-scip
- Owner: SuperAuguste
- Created: 2023-04-11T23:28:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T23:28:25.000Z (about 3 years ago)
- Last Synced: 2025-03-18T23:44:36.478Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ctags-to-scip
Convert ctags JSON files into [SCIP indices](https://github.com/sourcegraph/scip).
Notes:
- ctags input must be JSON formatted
## Take it for a spin
```bash
cd path/to/sourcegraph/docker-images
ctags --fields=\* --output-format=json syntax-highlighter/**/*.rs > this/repo/syntax-highlighter_tags.txt
cd this/repo
cargo run -- --project-root path/to/sourcegraph/docker-images --input syntax-highlighter.tag --output syntax-highlighter.scip
```