Skip to content

Commit

Permalink
Fix LSP language IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Jul 28, 2023
1 parent aec8400 commit 1c09098
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions settings/language-ids.sublime-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// https://microsoft.github.io/language-server-protocol/specification#textDocumentItem
{
"source.c++.header": "cpp",
"source.js.gatsby": "javascript",
"source.js.jest": "javascript",
"source.js.nextjs": "javascript",
"source.js.nuxtjs": "javascript",
"source.js.pnpm": "javascript",
"source.js.rollup": "javascript",
"source.json.deno": "json",
"source.json.jest": "json",
"source.json.jsonld": "json",
"source.json.nestjs": "json",
"source.json.rome": "json",
"source.json.turbo": "json",
"source.json.webpack": "json",
"source.ruby.gemfile": "ruby",
"source.ruby.gemspec": "ruby",
"source.ts.gatsby": "typescript",
"source.ts.gulpfile": "typescript",
"source.ts.jest": "typescript",
"source.ts.webpack": "typescript",
"source.tsx.gatsby": "typescriptreact",
"source.yaml.appveyor": "yaml",
"source.yaml.azure": "yaml",
"source.yaml.cff": "yaml",
"source.yaml.codecov": "yaml",
"source.yaml.dependabot": "yaml",
"source.yaml.heroku": "yaml",
"source.yaml.precommit": "yaml",
"source.yaml.snyk": "yaml",
"source.yaml.travisci": "yaml",
"source.yaml.yarnrc": "yaml",
"text.xml.rss": "xml",
}

0 comments on commit 1c09098

Please sign in to comment.