Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvim-neorg/tree-sitter-norg-meta
A TreeSitter parser for Neorg's `document.metadata` Tag
https://github.com/nvim-neorg/tree-sitter-norg-meta
Last synced: 3 days ago
JSON representation
A TreeSitter parser for Neorg's `document.metadata` Tag
- Host: GitHub
- URL: https://github.com/nvim-neorg/tree-sitter-norg-meta
- Owner: nvim-neorg
- License: mit
- Created: 2021-11-09T16:54:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:13:00.000Z (7 months ago)
- Last Synced: 2024-11-05T13:43:56.168Z (9 days ago)
- Language: C
- Size: 89.8 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neorg - tree-sitter-norg-meta - A TreeSitter parser for Neorg's `document.metadata` tag. (Parsers)
README
# NFF Metadata TreeSitter Parser
A TreeSitter grammar for [Neorg's](https://github.com/nvim-neorg/neorg) `document.meta` format.
## Available Commands
| Command | Result |
|-------------|-------------------------------------------------------------------------------------|
| `yarn` | installs needed dependencies (only do if you don't have `tree-sitter` in your path) |
| `yarn gen` | `tree-sitter generate && node-gyp build` |
| `yarn test` | `tree-sitter test` |- `npm` can be used instead of `yarn`
- When `yarn` is used with no args then it's replaced with `node install`# :heart: Contribution
If you know a thing or two about TreeSitter and would like to support us by contributing then please do!
If you have any questions you can ask away in the Github issues or on our discord! The specification can be found in the
`docs/` directory in the [Neorg Repo](https://github.com/nvim-neorg/neorg).