This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Dubhead/d2tags
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
d2tags - converts DMD2's JSON output to Exuberant Ctags format. usage: % d2tags JSONFILE... > tags % d2tags DIRECTORY... > tags This should be fine for most cases: % cd TOP_OF_YOUR_SOURCE_TREE % d2tags . > tags For DIRECTORY, JSON files are searched there and in its subdirectories (recursively). You can also intermix JSONFILEs and DIRECTORYs. Relative filepaths in the JSON files are adjusted to be relative to the current directory, so the tags file should be created there. suggested Vim configuration: set tags=./tags; tagrelative
About
d2tags - converts DMD2's JSON output to Exuberant Ctags format.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published