diff options
author | Ben Sima <ben@bsima.me> | 2024-06-12 16:07:50 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:06:42 -0500 |
commit | 209fa4ec72c8719d82e049c5d10a06f0a679671c (patch) | |
tree | a913643ad084716c9504dbb0427f129795b0d8ad /Biz/Bild/Sources.json | |
parent | 4bbbd9ded5a88a2d0681aab86892e1058b538467 (diff) |
Followup changes to ctags
These were just hanging around as I was doing other things. Included in this
commit are the following:
- Configure it in .ctags.d to only index the languages I use
- Add support for sources listed in Sources.json
- Fix broken link to inspekt3d repo
Diffstat (limited to 'Biz/Bild/Sources.json')
-rw-r--r-- | Biz/Bild/Sources.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json index 53ac29f..2939283 100644 --- a/Biz/Bild/Sources.json +++ b/Biz/Bild/Sources.json @@ -47,9 +47,9 @@ }, "inspekt3d": { "branch": "master", + "type": "git", "repo": "https://git.sr.ht/~morgansmith/inspekt3d", - "rev": "703f52ccbfedad2bf5240bf8183d1b573c9d54ef", - "type": "git" + "rev": "703f52ccbfedad2bf5240bf8183d1b573c9d54ef" }, "interegular": { "branch": "master", |