Brad Peabody

Results 200 comments of Brad Peabody

Thanks for the links. I'm not really sure yet what the right approach is. The Vue router is pretty cool but there are things that I "feel I should be...

FYI: https://github.com/vugu/vgrouter

Vugu Router works reasonably well now: https://www.vugu.org/doc/routing

This actually may not be very difficult: https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide, at least to get some basic stuff working. CSS and Go code I think can just exclusively delegate to existing language behaviors...

@eljoth Cool - my thought on this is the basic implementation is to just delegate to existing .html and .go file extensions wherever possible (i.e. overall it's just an HTML...

For reference: https://github.com/binhonglee/vscode-vugu https://github.com/bluetel/vscode-vugu

If anyone wants to work on this, I can take on updating `vugufmt` so it can just do a gofmt on the Go section and then the VSCode plugin just...

@erinpentecost I'm going to try adding in parse.go and the related files so that Parse() works in htmlx. Wish me luck! :) (And let me know if you have any...

Awesome! Yeah looks like that could work well. I guess https://github.com/golang/go/issues/31312 never got any further response, bummer. I'm using your fork of x/net/html for line numbers in some new code...