Skip to content

Commit

Permalink
doc!: document new treesitter service override
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr authored Oct 7, 2024
1 parent 73c8db9 commit ac2bf1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ Additionally, several packages that include the VSCode version of some services
- It triggers the `onLanguage:${language}` event (to load VSCode extension listening to those events)
- **Textmate**: `@codingame/monaco-vscode-textmate-service-override`
- Allows to use textmate grammars. Depends on *themes* service. VSCode extensions use textmate grammars exclusively for highlighting. Once this is enabled monarch grammars can no longer be loaded by monaco-editor
- **TreeSitter**: `@codingame/monaco-vscode-treesitter-service-override`
- Experimental service which allows to use treesitter grammars, currently only optionally support typescript.
- **Themes**: `@codingame/monaco-vscode-theme-service-override`
- Allows to use VSCode themes
- **Snippets**: `@codingame/monaco-vscode-snippets-service-override`
Expand Down

1 comment on commit ac2bf1a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.