function AddLineCommentCommand ( editor: monaco.editor.IStandaloneCodeEditor ) {
            editor.addAction({
                id: 'kary-comment-insert-line-comment',
                label: 'Insert Line Comment',
                keybindings: [ monaco.KeyMod.Alt | monaco.KeyCode.KEY_L ],