-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I've never used this, but Meson is supposed to auto-generate a
ctags
target if the tool is installed. https://mesonbuild.com/Release-notes-for-0-53-0.html#source-tags-targetsIt does something like this in the source directory:
Which outputs to the
tags
file (ctags default; seems there's no way to override that without overriding the built-in target). Either way, the tags file needs to be added to.gitignore
.