tv vim: add xmodmap

This commit is contained in:
tv 2019-02-16 19:29:40 +01:00
parent cfb756c7b1
commit fc1e69f9d1

View File

@ -347,6 +347,7 @@ let {
(writerName ''\([^"]*\.\)\?vimrc'') (writerName ''\([^"]*\.\)\?vimrc'')
]; ];
xdefaults = {}; xdefaults = {};
xmodmap = {};
}))} }))}
" Clear syntax that interferes with nixINSIDE_DOLLAR_CURLY. " Clear syntax that interferes with nixINSIDE_DOLLAR_CURLY.
@ -392,6 +393,9 @@ let {
\ matchgroup=sedSemicolon end=";\|$" \ matchgroup=sedSemicolon end=";\|$"
\ contains=sedWhitespace \ contains=sedWhitespace
''; '';
"/syntax/xmodmap.vim".text = ''
syn match xmodmapComment /^\s*!.*/
'';
})) }))
]; ];