UNPKG

qingkuai-language-service

Version:

The language service for qingkuai

124 lines (123 loc) 3.48 kB
{ "name": "qingkuai-emmet", "fileTypes": ["qke"], "scopeName": "source.qke", "uuid": "ac4c66d8-55e8-4871-93c8-87a6afb7ecdc", "patterns": [ { "begin": "(?=<lang-js)", "end": "(?=</lang-js)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-js)" } ] }, { "begin": "(?=<lang-ts)", "end": "(?=</lang-ts)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-ts)" } ] }, { "begin": "(?=<lang-css)", "end": "(?=</lang-css)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-css)" } ] }, { "begin": "(?=<lang-asss)", "end": "(?=</lang-asss)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-asss)" } ] }, { "begin": "(?=<lang-scss)", "end": "(?=</lang-scss)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-scss)" } ] }, { "begin": "(?=<lang-less)", "end": "(?=</lang-less)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-less)" } ] }, { "begin": "(?=<lang-stylus)", "end": "(?=</lang-stylus)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-stylus)" } ] }, { "begin": "(?=<lang-postcss)", "end": "(?=</lang-postcss)", "patterns": [ { "include": "source.qk#tag-structure-start" }, { "name": "comment.block.qke", "begin": "(?<=>)", "end": "(?=</lang-postcss)" } ] }, { "include": "source.qk" } ] }