Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizard04wsu/tree-sitter-roll20-script
Tree-sitter grammar for macros on Roll20
https://github.com/wizard04wsu/tree-sitter-roll20-script
Last synced: 17 days ago
JSON representation
Tree-sitter grammar for macros on Roll20
- Host: GitHub
- URL: https://github.com/wizard04wsu/tree-sitter-roll20-script
- Owner: wizard04wsu
- License: mit
- Created: 2021-01-16T15:44:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T23:36:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T16:56:32.041Z (3 months ago)
- Language: C
- Size: 9.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tree-sitter for Roll20 scripts
[![npm](https://img.shields.io/npm/v/tree-sitter-roll20-script)](https://www.npmjs.com/package/tree-sitter-roll20-script) [![npm](https://img.shields.io/npm/dt/tree-sitter-roll20-script)](https://www.npmjs.com/package/tree-sitter-roll20-script)Tree-sitter parser for macros, abilities, and roll templates on [Roll20](https://roll20.net/).
This supports elements nested (i.e., HTML-escaped) within roll queries, grouped rolls, rollable tables, and ability command buttons.
## Roll20 help center references
- [Macros](https://help.roll20.net/hc/en-us/articles/360037256794-Macros)
- [Dice](https://help.roll20.net/hc/en-us/articles/360037773133-Dice-Reference)
- [Rollable Tables](https://help.roll20.net/hc/en-us/articles/360039178754-Collections#Collections-UsingyourRollableTable)
- [Order of Operations](https://help.roll20.net/hc/en-us/articles/360037773133-Dice-Reference#DiceReference-OrderofOperations)