waveterm/wavesrv/pkg/shparse
Evan Simkowitz 13f4203437
Autocomplete using the Newton parser (#599)
I've reworked the autocomplete parser to more closely match Newton, the
Fig-compatible parser I prototyped earlier this year. I was able to move
a lot faster by reusing patterns that inshellisense proved out, such as
for templates and generators.

I also support some features that inshellisense doesn't, like proper
combining of Posix-compatible flags, handling of option argument
separators, and handling of cursors in insertValues.
2024-05-28 17:17:29 -07:00
..
comp.go Autocomplete using the Newton parser (#599) 2024-05-28 17:17:29 -07:00
expand.go add license notice (#37) 2023-10-16 21:31:13 -07:00
extend.go zsh support (#227) 2024-01-16 16:11:04 -08:00
shparse_test.go zsh support (#227) 2024-01-16 16:11:04 -08:00
shparse.go zsh support (#227) 2024-01-16 16:11:04 -08:00
tokenize.go Add a modal confirmation before installing WaveShell (#212) 2024-01-10 15:00:18 -08:00