function AddSectionCommentCommand ( editor: monaco.editor.IStandaloneCodeEditor ) {
            editor.addAction({
                id: 'kary-comment-insert-section-comment',
                label: 'Insert Section Comment',
                keybindings: [ monaco.KeyMod.Alt | monaco.KeyCode.KEY_Y ],