variables
variables: {
    BLOCK_COMMENT_END: (editor: any) => any;
    BLOCK_COMMENT_START: (editor: any) => any;
    CLIPBOARD: (editor: any) => any;
    CURRENT_DATE: any;
    CURRENT_DAY_NAME: any;
    CURRENT_DAY_NAME_SHORT: any;
    CURRENT_HOUR: any;
    CURRENT_LINE: (editor: any) => any;
    CURRENT_MINUTE: any;
    CURRENT_MONTH: any;
    CURRENT_MONTH_NAME: any;
    CURRENT_MONTH_NAME_SHORT: any;
    CURRENT_SECOND: any;
    CURRENT_WORD: (editor: any) => any;
    CURRENT_YEAR: any;
    CURRENT_YEAR_SHORT: any;
    DIRECTORY: (editor: any) => string;
    FILENAME: (editor: any) => string;
    FILENAME_BASE: (editor: any) => string;
    FILEPATH: (editor: any) => string;
    FULLNAME: () => string;
    LINE_COMMENT: (editor: any) => any;
    LINE_INDEX: (editor: any) => any;
    LINE_NUMBER: (editor: any) => any;
    PREV_LINE: (editor: any) => any;
    SELECTION: (editor: any, name: any, indentation: any) => any;
    SOFT_TABS: (editor: any) => "YES" | "NO";
    TAB_SIZE: (editor: any) => any;
    WORKSPACE_NAME: () => string;
}