File tree 3 files changed +9
-180
lines changed
3 files changed +9
-180
lines changed Original file line number Diff line number Diff line change 19
19
- Add syntax highlight file for GNU Emacs. (@vanillajonathan , #5189 )
20
20
- [ Kakoune] ( https://kakoune.org/ ) , a terminal-based text editor has syntax
21
21
highlighting for PRQL. (@vanillajonathan )
22
+ - [ Neovim] ( https://neovim.io/ ) 0.11 has syntax highlighting for PRQL.
23
+ (@vanillajonathan )
22
24
23
25
** Internal changes** :
24
26
Original file line number Diff line number Diff line change @@ -75,5 +75,10 @@ an index.
75
75
and helix. The grammar can be found at
76
76
[ https://github.com/PRQL/tree-sitter-prql ] ( https://github.com/PRQL/tree-sitter-prql ) .
77
77
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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments