Xemptuous / sqlua.nvim

A SQL IDE and UI for NeoVim written in Lua. Inspired by vim-dadbod vim-dadbod-ui.
Apache License 2.0
52 stars 0 forks source link

feature: added syntax highlighting to results #17

Closed Xemptuous closed 5 months ago

Xemptuous commented 5 months ago

Added mariadb/mysql and postgresql syntax match and region coloring to results output.

Added pset variables to make postgresql into a full table (for consistency of matches), and changed null value presentation.

Colors are based on existing highlight groups like String, Number, Function, etc.