diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:16:52 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:23:37 +0100 |
commit | 8c3377ee76e5cc4f5a4228f216bde1d03b496d69 (patch) | |
tree | e183185d55b8ff85aad5e305a7895109562159ee /runtime/doc/syntax.txt | |
parent | 1a3e54231ab8b2fc29f5a37931713061ac400faa (diff) | |
download | rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.gz rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.bz2 rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.zip |
vim-patch:c572da5f67aa
Update runtime files
https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index eb8cd1a58b..611274b8d8 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -2108,6 +2108,16 @@ set "msql_minlines" to the value you desire. Example: > :let msql_minlines = 200 +N1QL *n1ql.vim* *ft-n1ql-syntax* + +N1QL is a SQL-like declarative language for manipulating JSON documents in +Couchbase Server databases. + +Vim syntax highlights N1QL statements, keywords, operators, types, comments, +and special values. Vim ignores syntactical elements specific to SQL or its +many dialects, like COLUMN or CHAR, that don't exist in N1QL. + + NCF *ncf.vim* *ft-ncf-syntax* There is one option for NCF syntax highlighting. |