Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate a tags file for navigation while editing #126

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revise the script's summary.
amartini51 committed Mar 24, 2023
commit d4c400e9cebaa8cc4f554a3a6a4854d9266c0a77
7 changes: 3 additions & 4 deletions bin/make_tags
Original file line number Diff line number Diff line change
@@ -9,10 +9,9 @@
# See https://swift.org/CONTRIBUTORS.txt for Swift project authors

"""
Generates a tags file for navigation in editors by DocC links and within
the formal grammar.

Output uses the POSIX ctags syntax.
Generates a tags file, using the POSIX ctags syntax, for navigation while
editing. The tags file provides "jump to definition" information about DocC
links to headings and syntactic categories in the formal grammar.

To use these tags, configure your editor to include a-z, A-Z, pound (#),
hyphen (-), and colon (:), as valid characters in a tag.