aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax/syntaxedit.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* syntax: lazily load ui libraryJason A. Donenfeld2019-03-071-4/+1
| | | | | This way we don't have msftedit.dll loaded into the address space of the process doing real crypto.
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-2/+2
|
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-281-0/+153
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.