tv vim: add xmodmap
This commit is contained in:
parent
cfb756c7b1
commit
fc1e69f9d1
@ -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*!.*/
|
||||||
|
'';
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user