Mercurial > vim
view runtime/syntax/groff.vim @ 32311:10a03ae8ba60 v9.0.1487
patch 9.0.1487: Content-type header for LSP channel not according to spec
Commit: https://github.com/vim/vim/commit/c3eddd2068620ceb4e475961192c1d8cae3350cd
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Tue Apr 25 14:54:54 2023 +0100
patch 9.0.1487: Content-type header for LSP channel not according to spec
Problem: Content-type header for LSP channel not according to spec.
Solution: Use "vscode-jsonrpc" instead of "vim-jsonrpc". (Yegappan
Lakshmanan, closes #12295)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 25 Apr 2023 16:00:09 +0200 |
parents | 4ab4ef0c48b1 |
children |
line wrap: on
line source
" VIM syntax file " Language: groff " Maintainer: John Marshall <jmarshall@hey.com> " Previous Maintainer: Pedro Alejandro López-Valencia <palopezv@gmail.com> " Last Change: 2003-05-08-12:41:13 GMT-5. " This uses the nroff.vim syntax file. let b:main_syntax = "nroff" let b:nroff_is_groff = 1 runtime! syntax/nroff.vim