Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happenslol/tree-sitter-typespec
https://github.com/happenslol/tree-sitter-typespec
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/happenslol/tree-sitter-typespec
- Owner: happenslol
- Created: 2024-04-01T16:51:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:54:01.000Z (6 months ago)
- Last Synced: 2024-05-27T19:33:33.613Z (6 months ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tree-sitter-typespec
This is a grammar for [typespec](https://typespec.io/), including highlights and indents.
The [official TypeSpec grammer](https://github.com/microsoft/typespec/blob/main/packages/spec/src/spec.emu.html) was used to derive this tree-sitter grammar. The grammar follows the spec closely, but omits projections as per the advice of the project maintainers.