UNPKG

@shopify/theme-language-server-common

Version:

<h1 align="center" style="position: relative;" > <br> <img src="https://github.com/Shopify/theme-check-vscode/blob/main/images/shopify_glyph.png?raw=true" alt="logo" width="141" height="160"> <br> Theme Language Server </h1>

7 lines 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PREVENT_DEFAULT = exports.DocumentHighlightsProvider = void 0; var DocumentHighlightsProvider_1 = require("./DocumentHighlightsProvider"); Object.defineProperty(exports, "DocumentHighlightsProvider", { enumerable: true, get: function () { return DocumentHighlightsProvider_1.DocumentHighlightsProvider; } }); Object.defineProperty(exports, "PREVENT_DEFAULT", { enumerable: true, get: function () { return DocumentHighlightsProvider_1.PREVENT_DEFAULT; } }); //# sourceMappingURL=index.js.map