Commit Graph

6 Commits

Author SHA1 Message Date
Felix Angell
8687f612d4 command palette is now has a hand written lexer
this means that we can 'type check' command palette arguments, e.g. if something should be a string or not, etc.
it uses the same lexer which is used for the syntax highlighting ... let's see how long that lasts.
2019-03-02 20:54:01 +00:00
Felix Angell
4fdfe4141e naming refactors to comply with go vet 2018-06-22 10:20:55 +01:00
Felix Angell
b654a4918d go fmt 2018-04-21 19:50:31 +01:00
Felix Angell
a669134873 remove use of currentTimeMillis for the go time.Time stuff 2018-04-21 19:37:53 +01:00
Felix Angell
159346ab91 cleanups to lex syntax highlighter thing 2018-04-21 18:58:21 +01:00
Felix Angell
33cf82bb0c started to split things into a sep. lexer 2018-04-21 18:45:10 +01:00