diff options
author | pommicket <pommicket@gmail.com> | 2023-01-02 12:11:05 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-02 12:11:05 -0500 |
commit | c42ae4ebf14388ff568ad005a94b07aba0824d31 (patch) | |
tree | 754a55b12aecc0bfe978acb1a5feec73461f535c /main.c | |
parent | 1665510ec0edf0feaf687acfdf8405b898c80089 (diff) |
restructure build.c, find.c
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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?) |