aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax/highlighter.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-28ui: move syntaxedit to sub-packageJason A. Donenfeld1-0/+0
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-02-28Makefile: initial series of horrendous makefile hacksJason A. Donenfeld2-0/+53
Hopefully we'll use go modules properly and this won't be required. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-02-28main: add initial dispatcher entry pointJason A. Donenfeld3-0/+235
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-02-28ui: add initial sample UI for testingJason A. Donenfeld15-0/+1352
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-02-28ipc: add base of IPCJason A. Donenfeld4-0/+365
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-02-28service: introduce base of servicesJason A. Donenfeld6-0/+807
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-02-28conf: introduce configuration managementJason A. Donenfeld15-0/+1690
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>