diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-09 18:31:31 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-09 18:31:31 +0300 |
commit | 7d29ae8b7175bfb884d43225373ff0bae467c974 (patch) | |
tree | 92864e37dd1b61c155cf9868149ce978145fabb4 /lib/Makefile.am | |
parent | fb2ba9d16c2954e63ee5257b59cf6e8572abde5e (diff) | |
download | sciteco-7d29ae8b7175bfb884d43225373ff0bae467c974.tar.gz |
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.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |