/*!----------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Version: 0.54.0(7c2310116c57517348bbd868a21139f32454be22) * Released under the MIT license * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt *-----------------------------------------------------------------------------*/ // src/basic-languages/csp/csp.ts var conf = { brackets: [], autoClosingPairs: [], surroundingPairs: [] }; var language = { // Set defaultToken to invalid to see what you do not tokenize yet // defaultToken: 'invalid', keywords: [], typeKeywords: [], tokenPostfix: ".csp", operators: [], symbols: /[=>