nvim-neorg / tree-sitter-norg

A TreeSitter parser for the Neorg File Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFF TreeSitter Parser

A TreeSitter grammar for Neorg.

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

Features

  • Has support for pretty much the entire specification
  • Isn't a massive editor hog

❤️ 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.

About

A TreeSitter parser for the Neorg File Format

License:MIT License


Languages

Language:C 99.7%Language:C++ 0.2%Language:JavaScript 0.1%Language:Rust 0.0%Language:Nix 0.0%Language:Swift 0.0%Language:Lua 0.0%Language:Python 0.0%