1
0
Fork 0
Port of kilo (https://viewsourcecode.org/snaptoken/kilo/) to Go as a learning exercise.
Go to file
Timothy Warren 9eb067485d
timw4mail/gilo/pipeline/head This commit looks good Details
Highlight multiline comments
2023-10-06 15:23:01 -04:00
_code Update to chapter 7 step 161 in kilo tutorial 2023-10-03 17:02:22 -04:00
char Refactor keyword highlighting to handle more edge cases 2023-10-06 11:30:21 -04:00
editor Highlight multiline comments 2023-10-06 15:23:01 -04:00
internal/gilo Slightly increase code coverage 2023-10-04 12:50:21 -04:00
terminal Do some minor linting fixes 2021-05-20 11:45:15 -04:00
.gitignore Add justfile 2023-10-05 11:03:56 -04:00
Jenkinsfile Try again to get CI code coverage working 2021-04-01 18:48:49 -04:00
Makefile Make it easier to use gofmt 2021-04-01 16:19:16 -04:00
README.md Fix typo in readme 2021-03-31 08:46:33 -04:00
gilo.go Remove cleanup function that complicated debuging 2023-10-04 15:09:04 -04:00
go.mod Cleanup main package 2021-03-19 16:39:49 -04:00
go.sum First commit 2021-03-18 16:30:04 -04:00
justfile Highlight multiline comments 2023-10-06 15:23:01 -04:00

README.md

Gilo

A port of kilo to go as a learning exercise