From 7d29ae8b7175bfb884d43225373ff0bae467c974 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 9 Apr 2025 18:31:31 +0300 Subject: added SQL lexer configuration * Unfortunately, the Lexilla lexer does not recognize PostgreSQL multiline strings between $$...$$. * All of the other SQL variants, that Scite supports, are skipped for the time being. They'd probably have to be separate SciTECO lexer configs anyway. --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 5ea80e2..e0da727 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -103,6 +103,7 @@ dist_lexer_DATA += lexers/verilog.tes \ lexers/yaml.tes \ lexers/markdown.tes \ lexers/asciidoc.tes \ - lexers/troff.tes + lexers/troff.tes \ + lexers/sql.tes endif -- cgit v1.2.3