summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-02 12:11:05 -0500
committerpommicket <pommicket@gmail.com>2023-01-02 12:11:05 -0500
commitc42ae4ebf14388ff568ad005a94b07aba0824d31 (patch)
tree754a55b12aecc0bfe978acb1a5feec73461f535c /main.c
parent1665510ec0edf0feaf687acfdf8405b898c80089 (diff)
restructure build.c, find.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 9c60cab..7bd1415 100644
--- a/main.c
+++ b/main.c
@@ -21,6 +21,7 @@
(make every c file a valid translation unit)
- some way of opening + closing all C files in directory for clangd workspace/symbols to work?
is this still necessary?
+ - maybe it can be done with the clangd config instead.s
- CSS highlighting
- styles ([color] sections)
- more documentation generally (development.md or something?)