mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fixes #730: TSX does not have a standardized language ID
This commit is contained in:
parent
2d4f5f64c7
commit
5334ea8a25
1 changed files with 4 additions and 1 deletions
|
|
@ -655,6 +655,7 @@ Text documents have a language identifier to identify a document on the server s
|
|||
|
||||
Language | Identifier
|
||||
-------- | ----------
|
||||
ABAP | `abap`
|
||||
Windows Bat | `bat`
|
||||
BibTeX | `bibtex`
|
||||
Clojure | `clojure`
|
||||
|
|
@ -675,6 +676,7 @@ HTML | `html`
|
|||
Ini | `ini`
|
||||
Java | `java`
|
||||
JavaScript | `javascript`
|
||||
JavaScript React | `javascriptreact`
|
||||
JSON | `json`
|
||||
LaTeX | `latex`
|
||||
Less | `less`
|
||||
|
|
@ -693,13 +695,14 @@ R | `r`
|
|||
Razor (cshtml) | `razor`
|
||||
Ruby | `ruby`
|
||||
Rust | `rust`
|
||||
Sass | `scss` (syntax using curly brackets), `sass` (indented syntax)
|
||||
SCSS | `scss` (syntax using curly brackets), `sass` (indented syntax)
|
||||
Scala | `scala`
|
||||
ShaderLab | `shaderlab`
|
||||
Shell Script (Bash) | `shellscript`
|
||||
SQL | `sql`
|
||||
Swift | `swift`
|
||||
TypeScript | `typescript`
|
||||
TypeScript React| `typescriptreact`
|
||||
TeX | `tex`
|
||||
Visual Basic | `vb`
|
||||
XML | `xml`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue