/** * ⚠ This is a script generated file, do not modify by hand ⚠ */ const grammars = [ { path: "bat/batchfile.tmLanguage.json", scopeName: "source.batchfile" }, { path: "clojure/clojure.tmLanguage.json", scopeName: "source.clojure" }, { path: "coffeescript/coffeescript.tmLanguage.json", scopeName: "source.coffee" }, { path: "coffeescript/jsregexp.tmLanguage.json", scopeName: "source.js.regexp" }, { path: "cpp/c.tmLanguage.json", scopeName: "source.c" }, { path: "cpp/cpp.tmLanguage.json", scopeName: "source.cpp" }, { path: "cpp/platform.tmLanguage.json", scopeName: "source.c.platform" }, { path: "csharp/csharp.tmLanguage.json", scopeName: "source.cs" }, { path: "css/css.tmLanguage.json", scopeName: "source.css" }, { path: "diff/diff.tmLanguage.json", scopeName: "source.diff" }, { path: "docker/docker.tmLanguage.json", scopeName: "source.dockerfile" }, { path: "fsharp/fsharp.tmLanguage.json", scopeName: "source.fsharp" }, { path: "git/diff.tmLanguage.json", scopeName: "source.diff" }, { path: "git/git-commit.tmLanguage.json", scopeName: "text.git-commit" }, { path: "git/git-rebase.tmLanguage.json", scopeName: "text.git-rebase" }, { path: "go/go.tmLanguage.json", scopeName: "source.go" }, { path: "groovy/groovy.tmLanguage.json", scopeName: "source.groovy" }, { path: "handlebars/Handlebars.tmLanguage.json", scopeName: "text.html.handlebars" }, { path: "hlsl/hlsl.tmLanguage.json", scopeName: "source.hlsl" }, { path: "html/html.tmLanguage.json", scopeName: "text.html.basic" }, { path: "ini/ini.tmLanguage.json", scopeName: "source.ini" }, { path: "jade/jade.tmLanguage.json", scopeName: "text.jade" }, { path: "java/java.tmLanguage.json", scopeName: "source.java" }, { path: "java/javadoc.tmLanguage.json", scopeName: "text.html.javadoc" }, { path: "javascript/JavaScript.tmLanguage.json", scopeName: "source.js" }, { path: "javascript/JavaScriptReact.tmLanguage.json", scopeName: "source.js.jsx" }, { path: "json/JSON.tmLanguage.json", scopeName: "source.json" }, { path: "less/less.tmLanguage.json", scopeName: "source.less" }, { path: "livescript/livescript.tmLanguage.json", scopeName: "source.livescript" }, { path: "log/log.tmLanguage.json", scopeName: "text.log" }, { path: "lua/lua.tmLanguage.json", scopeName: "source.lua" }, { path: "make/make.tmLanguage.json", scopeName: "source.makefile" }, { path: "markdown/markdown.tmLanguage.json", scopeName: "text.html.markdown" }, { path: "objective-c/objective-c.tmLanguage.json", scopeName: "source.objc" }, { path: "objective-c/objective-c++.tmLanguage.json", scopeName: "source.objcpp" }, { path: "perl/perl.tmLanguage.json", scopeName: "source.perl" }, { path: "perl/perl6.tmLanguage.json", scopeName: "source.perl.6" }, { path: "php/html.tmLanguage.json", scopeName: "text.html.php" }, { path: "php/php.tmLanguage.json", scopeName: "source.php" }, { path: "postcss/postcss.tmLanguage.json", scopeName: "source.postcss" }, { path: "powershell/powershell.tmLanguage.json", scopeName: "source.powershell" }, { path: "pug/pug.tmLanguage.json", scopeName: "text.pug" }, { path: "python/MagicPython.tmLanguage.json", scopeName: "source.python" }, { path: "python/MagicRegExp.tmLanguage.json", scopeName: "source.regexp.python" }, { path: "r/r.tmLanguage.json", scopeName: "source.r" }, { path: "razor/cshtml.tmLanguage.json", scopeName: "text.html.cshtml" }, { path: "ruby/ruby.tmLanguage.json", scopeName: "source.ruby" }, { path: "rust/rust.tmLanguage.json", scopeName: "source.rust" }, { path: "sass/sass.tmLanguage.json", scopeName: "source.sass" }, { path: "scss/scss.tmLanguage.json", scopeName: "source.scss" }, { path: "shaderlab/shaderlab.tmLanguage.json", scopeName: "source.shaderlab" }, { path: "shellscript/shell-unix-bash.tmLanguage.json", scopeName: "source.shell" }, { path: "slm/slm.tmLanguage.json", scopeName: "text.slm" }, { path: "smarty/smarty.tmLanguage.json", scopeName: "source.smarty" }, { path: "sql/sql.tmLanguage.json", scopeName: "source.sql" }, { path: "stylus/stylus.tmLanguage.json", scopeName: "source.stylus" }, { path: "swift/swift.tmLanguage.json", scopeName: "source.swift" }, { path: "typescript/TypeScript.tmLanguage.json", scopeName: "source.ts" }, { path: "typescript/TypeScriptReact.tmLanguage.json", scopeName: "source.tsx" }, { path: "vue/vue.tmLanguage.json", scopeName: "text.html.vue" }, { path: "xml/xml.tmLanguage.json", scopeName: "text.xml" }, { path: "xml/xsl.tmLanguage.json", scopeName: "text.xml.xsl" }, { path: "yaml/yaml.tmLanguage.json", scopeName: "source.yaml" } ] const languages = [ { id: "css", scopeName: "source.css", extensions: [ ".css" ], mimeType: [ "text/css" ] }, { id: "html", scopeName: "text.html.basic", extensions: [ ".html", ".htm" ], mimeType: [ "text/html" ] }, { id: "javascript", scopeName: "source.js", extensions: [ ".js", ".jsx", ".es6", ".mjs" ], mimeType: [ "application/javascript" ] }, { id: "json", scopeName: "source.json", extensions: [ ".json", ".bowerrc", ".jshintrc", ".jscsrc", ".eslintrc", ".babelrc", ".webmanifest" ], mimeType: [ "application/json", "application/manifest+json" ] }, { id: "typescript", scopeName: "source.ts", extensions: [ ".ts" ], mimeType: [ "application/typescript" ] }, { id: "typescriptreact", scopeName: "source.tsx", extensions: [ ".tsx" ], mimeType: [ "application/typescript" ] }, { id: "vue", scopeName: "text.html.vue", extensions: [ ".vue" ], mimeType: [ "text/vue" ] } ] export { grammars, languages }