RsvimSyn
The Rsvim.syn global object for javascript runtime (editor process).
Example
// Create a alias to 'Rsvim.syn'.
const syn = Rsvim.syn;
Type Aliases
| Type Alias | Description |
|---|---|
Options to load a tree-sitter parser. See | |
Tree-sitter parser metadata. See |
Functions
| Function | Description |
|---|---|
Get tree-sitter parser metadata by parser name. Example | |
List all loaded tree-sitter parsers. Example | |
Load tree-sitter parsers. See Throws Throws TypeError if Example | |
Load tree-sitter parsers synchronizely. See Throws Throws TypeError if Example |