aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-10-13 19:43:04 +0200
committerChristian Clason <ch.clason+github@icloud.com>2024-10-14 09:31:24 +0200
commitd04d7bf65de8e77a8ea3aea59506abc328d77cd1 (patch)
treef05f3f55b2d64cde8e5233434236ce140674fb79 /runtime/doc/syntax.txt
parentb3cb0f6beacb69a4399b2e22ce3464602c6cd1bb (diff)
downloadrneovim-d04d7bf65de8e77a8ea3aea59506abc328d77cd1.tar.gz
rneovim-d04d7bf65de8e77a8ea3aea59506abc328d77cd1.tar.bz2
rneovim-d04d7bf65de8e77a8ea3aea59506abc328d77cd1.zip
vim-patch:9.1.0779: filetype: neomuttlog files are not recognized
Problem: filetype: neomuttlog files are not recognized Solution: detect '*.neomuttdebug' file as neomuttlog filetype, include neomuttlog syntax script (Richard Russon) closes: vim/vim#15858 https://github.com/vim/vim/commit/a2aa921f767da17d4b619f41b7a1210c762c91e2 Co-authored-by: Richard Russon <rich@flatcap.org> Co-authored-by: AvidSeeker <avidseeker7@protonmail.com>
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 19991f0761..c1b762a52f 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -2065,6 +2065,12 @@ set "msql_minlines" to the value you desire. Example: >
:let msql_minlines = 200
+NEOMUTT *neomutt.vim* *ft-neomuttrc-syntax* *ft-neomuttlog-syntax*
+
+To disable the default NeoMutt log colors >
+
+ :let g:neolog_disable_default_colors = 1
+
N1QL *n1ql.vim* *ft-n1ql-syntax*
N1QL is a SQL-like declarative language for manipulating JSON documents in