mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
vim-patch:9.0.2097: No support for cypher files
Problem: No support for cypher files
Solution: Add cypher filetype detection
Cypher query language support to work with (mostly) graph databases.
Already existing lsp support in Neovim's nvim-lspconfig:
https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#cypher_ls
closes: vim/vim#13516
8f0fe20ff1
Co-authored-by: Gerrit Meier <meistermeier@gmail.com>
This commit is contained in:
@@ -333,6 +333,7 @@ local extension = {
|
||||
pld = 'cupl',
|
||||
si = 'cuplsim',
|
||||
cyn = 'cynpp',
|
||||
cypher = 'cypher',
|
||||
dart = 'dart',
|
||||
drt = 'dart',
|
||||
ds = 'datascript',
|
||||
|
||||
Reference in New Issue
Block a user