(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([[217],{"xT+r":function(module,__webpack_exports__,__webpack_require__){"use strict";eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License. See License.txt in the project root for license information.\r\n *--------------------------------------------------------------------------------------------*/\r\n\r\nvar conf = {\r\n brackets: [\r\n ['{', '}'],\r\n ['[', ']'],\r\n ['(', ')']\r\n ],\r\n autoClosingPairs: [\r\n { open: '{', close: '}' },\r\n { open: '[', close: ']' },\r\n { open: '(', close: ')' },\r\n { open: '\"', close: '\"' },\r\n { open: '\\'', close: '\\'' },\r\n ],\r\n surroundingPairs: [\r\n { open: '{', close: '}' },\r\n { open: '[', close: ']' },\r\n { open: '(', close: ')' },\r\n { open: '\"', close: '\"' },\r\n { open: '\\'', close: '\\'' },\r\n ]\r\n};\r\nvar language = {\r\n tokenPostfix: '.tcl',\r\n specialFunctions: [\r\n 'set', 'unset', 'rename', 'variable', 'proc', 'coroutine',\r\n 'foreach',\r\n 'incr', 'append',\r\n 'lappend', 'linsert', 'lreplace'\r\n ],\r\n mainFunctions: [\r\n 'if', 'then', 'elseif', 'else', 'case', 'switch', 'while', 'for',\r\n 'break', 'continue', 'return',\r\n 'package', 'namespace',\r\n 'catch', 'exit',\r\n 'eval', 'expr', 'uplevel', 'upvar'\r\n ],\r\n builtinFunctions: [\r\n 'file', 'info', 'concat', 'join', 'lindex',\r\n 'list', 'llength', 'lrange', 'lsearch', 'lsort', 'split',\r\n 'array', 'parray', 'binary', 'format', 'regexp', 'regsub', 'scan', 'string',\r\n 'subst', 'dict', 'cd', 'clock', 'exec', 'glob', 'pid', 'pwd', 'close', 'eof', 'fblocked',\r\n 'fconfigure', 'fcopy', 'fileevent', 'flush', 'gets', 'open', 'puts', 'read', 'seek',\r\n 'socket', 'tell', 'interp', 'after', 'auto_execok',\r\n 'auto_load', 'auto_mkindex', 'auto_reset', 'bgerror', 'error',\r\n 'global', 'history', 'load', 'source', 'time', 'trace',\r\n 'unknown', 'unset', 'update', 'vwait', 'winfo', 'wm', 'bind', 'event',\r\n 'pack', 'place', 'grid', 'font', 'bell', 'clipboard', 'destroy', 'focus', 'grab', 'lower',\r\n 'option', 'raise', 'selection', 'send', 'tk', 'tkwait', 'tk_bisque', 'tk_focusNext',\r\n 'tk_focusPrev', 'tk_focusFollowsMouse', 'tk_popup', 'tk_setPalette'\r\n ],\r\n symbols: /[=>