tv vim: add xmodmap

This commit is contained in:
tv 2019-02-16 19:29:40 +01:00
parent cfb756c7b1
commit fc1e69f9d1
1 changed files with 4 additions and 0 deletions

View File

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