We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cad7f3 commit 6affa2bCopy full SHA for 6affa2b
ftplugin/nix.vim
@@ -23,7 +23,7 @@ endif
23
" Borrowed from vim-markdown: https://github.com/plasticboy/vim-markdown/
24
if exists('g:vim_nix_fenced_languages')
25
let s:filetype_dict = {}
26
- for s:filetype in g:vim_markdown_fenced_languages
+ for s:filetype in g:vim_nix_fenced_languages
27
let key = matchstr(s:filetype, "[^=]*")
28
let val = matchstr(s:filetype, "[^=]*$")
29
let s:filetype_dict[key] = val
0 commit comments