diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-04 21:17:06 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-04 21:17:06 +0200 |
commit | b4868c7ea7b75dd09a6d172871c901905f5d539a (patch) | |
tree | 23f20821b10163083aa5c0b2016bce1db28ccc91 /doc | |
parent | d221139bd70fd474be52237dc8e6440e6da632bd (diff) | |
download | vim-polyglot-b4868c7ea7b75dd09a6d172871c901905f5d539a.tar.gz vim-polyglot-b4868c7ea7b75dd09a6d172871c901905f5d539a.zip |
Add comments for some extensions + test
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pgsql.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pgsql.txt b/doc/pgsql.txt index 7ccd03d0..2d2de6ed 100644 --- a/doc/pgsql.txt +++ b/doc/pgsql.txt @@ -53,6 +53,8 @@ Text enclosed between `$anyword$` pairs, where `anyword` is any non-empty sequence of word characters different from those with a special meaning (such as `$pgsql$`) is treated as a multi-line string. +When |foldmethod| is set to "syntax", SQL commands can be folded. + Finally, the plugin supports syntax highlighting of arbitrary languages within procedure and function blocks. This feature needs to be configured: see |g:pgsql_pl|. |