Thread: Syntax highlighting for Postgres spec files
Hi people,
I have written language plugins for .spec files used in isolation tests. They are available for Vim and Visual Studio Code. I hope they will make reading the tests easier for you. If you find a problem, please open an issue!
https://github.com/onlined/pgspec.vim
https://github.com/onlined/pgspec-vsc
I didn't try as waiting to see if for emacs as well shows up :-) Do we want to get these in src/tools/editors?
On Thu, Sep 19, 2019 at 10:15 AM Ekin Dursun <Ekin.Dursun@microsoft.com> wrote:
Hi people,
I have written language plugins for .spec files used in isolation tests. They are available for Vim and Visual Studio Code. I hope they will make reading the tests easier for you. If you find a problem, please open an issue!
https://github.com/onlined/pgspec.vim
https://github.com/onlined/pgspec-vsc
On Thu, Sep 19, 2019 at 05:14:20PM -0700, Ashwin Agrawal wrote: > I didn't try as waiting to see if for emacs as well shows up :-) Do we want > to get these in src/tools/editors? A full complex plugin may be hard to justify, especially as I suspect that there are very few hackers able to create their own isolation tests in Visual. But my take is that if you can have something which can be directly plugged into emacs.samples and vim.samples then there is room for it. -- Michael