Skip to content

Commit aed9b0f

Browse files
docs: Neovim has syntax highlighting (#5203)
1 parent 3ea22d1 commit aed9b0f

File tree

3 files changed

+9
-180
lines changed

3 files changed

+9
-180
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Add syntax highlight file for GNU Emacs. (@vanillajonathan, #5189)
2020
- [Kakoune](https://kakoune.org/), a terminal-based text editor has syntax
2121
highlighting for PRQL. (@vanillajonathan)
22+
- [Neovim](https://neovim.io/) 0.11 has syntax highlighting for PRQL.
23+
(@vanillajonathan)
2224

2325
**Internal changes**:
2426

grammars/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,10 @@ an index.
7575
and helix. The grammar can be found at
7676
[https://github.com/PRQL/tree-sitter-prql](https://github.com/PRQL/tree-sitter-prql).
7777

78-
- [vim](https://www.vim.org/) — used by terminal-based text editor Vim. File is
79-
at [`grammars/vim/`](https://github.com/PRQL/prql/tree/main/grammars/vim/).
78+
- [vim](https://www.vim.org/) — used by terminal-based text editor Vim.
79+
Instructions at
80+
[`grammars/vim/`](https://github.com/PRQL/prql/tree/main/grammars/vim/). The
81+
grammar is
82+
[upstream](https://github.com/vim/vim/blob/master/runtime/syntax/prql.vim).
83+
84+
- [Neovim](https://neovim.io/) supported. Grammar is upstream.

grammars/vim/prql.vim

-178
This file was deleted.

0 commit comments

Comments
 (0)