UNPKG

greybel-languageserver-core

Version:
14 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AVAILABLE_CONSTANTS = void 0; exports.AVAILABLE_CONSTANTS = [ 'true', 'false', 'null' ].map((item) => { return { label: item, kind: 21 // CompletionItemKind.Constant }; }); //# sourceMappingURL=constants.js.map