summaryrefslogtreecommitdiff
path: root/rc/filetype/sql.kak
AgeCommit message (Collapse)Author
2024-08-31Match against .sql extension, not sql suffix.Simon Fowler
The SQL filetype detection currently matches against a 'sql' suffix on the filename, which incorrectly matches a filename like 'run-psql'. Instead, explicitly match against a '.sql' suffix.
2020-10-14Fix function highlighting by adding lazy instead of greedy regexp quantifierJohn Isom
2019-04-09Fixed many of the filetype support modules to not use `BufSetOption` to loadJustin Frank
2019-04-08Modified a bunch of language support files to use modulesJustin Frank
2019-03-21Add categories in rc/Alex Leferry 2
Closes #2783