Skip to content

Commit

Permalink
Merge pull request #31 from mkslanc/yaml
Browse files Browse the repository at this point in the history
YAML Language Service
  • Loading branch information
anijanyan authored Jan 27, 2023
2 parents d266a25 + b2abb63 commit ec22abe
Show file tree
Hide file tree
Showing 24 changed files with 1,356 additions and 54 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ With Ace linters, you can easily add the following language-aware features to yo

Ace linters supports the following languages by default with webworkers approach:

- JSON, JSON5 (with JsonService)
- HTML (with HtmlService)
- CSS, SCSS, LESS (with CssService)
- Typescript, Javascript, JSX, TSX (with TypescriptService)
- Lua (with LuaService)
- JSON, JSON5 *powered by* [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice)
- HTML *powered by* [vscode-html-languageservice](https://github.com/Microsoft/vscode-html-languageservice)
- CSS, SCSS, LESS *powered by* [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice)
- Typescript, Javascript, JSX, TSX *powered by* [Typescript](https://github.com/Microsoft/TypeScript)
- Lua *powered by* [luaparse](https://github.com/fstirlitz/luaparse)
- YAML *powered by* [Yaml Language Server](https://github.com/redhat-developer/yaml-language-server)

For WebSockets you could connect any of your Language Server folowing LSP

Expand Down
Loading

0 comments on commit ec22abe

Please sign in to comment.