Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert Notepad++ syntax highlighting file to vim (or does anyone have a q/kdb+ vim syntax highlight file?)

I have a syntax highlighting file for the q/kdb+ language and I'd like to convert it to a vim compatible file so my q code won't look any more ugly than usual.

Are there utilities available to automatically convert notepad++ xml syntax highlighting files to vi versions? I had a look around but I couldn't find anything.

Alternatively does anyone have a vim q syntax highlighting file?

like image 636
Peter Byrne Avatar asked Jan 22 '23 06:01

Peter Byrne


1 Answers

a q/kdb+ vim syntax highlight files: https://github.com/simongarland/vim

like image 108
Kon Avatar answered Jan 28 '23 06:01

Kon