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 /freebsd | |
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 'freebsd')
-rw-r--r-- | freebsd/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist index e333afc..f1f5376 100644 --- a/freebsd/pkg-plist +++ b/freebsd/pkg-plist @@ -74,6 +74,7 @@ share/man/man7/%%PROGRAM_PREFIX%%sciteco.7.gz %%LEXILLA%%%%DATADIR%%/lib/lexers/scheme.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/specman.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/spice.tes +%%LEXILLA%%%%DATADIR%%/lib/lexers/sql.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/swift.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/systemverilog.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/tacl.tes |