tree-sitter-norg icon indicating copy to clipboard operation
tree-sitter-norg copied to clipboard

A TreeSitter parser for the Neorg File Format

Results 13 tree-sitter-norg issues
Sort by recently updated
recently updated
newest added

theHamsta@ from nvim-treesitter/nvim-treesitter recommended me to forward [this issue](https://github.com/nvim-treesitter/nvim-treesitter/issues/2538) here. ### Describe the bug I’m not able to install the `norg` parser. It never finishes compiling. ### To Reproduce 1....

![image](https://github.com/nvim-neorg/tree-sitter-norg/assets/66178592/04559614-4602-4590-90c2-cc67daeb613c) This doesn't look right. The opening tag is highlighted, while the closing one isn't. Looking at the TS tree shows that it doesn't parse the segment correctly ![image](https://github.com/nvim-neorg/tree-sitter-norg/assets/66178592/6b8093c3-d51c-4e7d-8193-21655761cc12) This...

I've been doing some neorg module development (stemming from wanting to solve https://github.com/nvim-neorg/neorg/issues/938), and came across an inconsistency in the range of list items in the tree-sitter tree I think...

I've updated my plugins after a few months and tree sitter for norg doesn't get compiled. Error stack tree: ``` nvim-treesitter[norg]: Error during compilation src/scanner.cc:176:6: warning: scoped enumerations are a...

``` Downloading tree-sitter-norg... Creating temporary directory Extracting tree-sitter-norg... Compiling... cc -c -Os -std=c99 -fPIC -I./src -o parser.o src/parser.c cc -c -Os -std=c++14 -fPIC -I./src -o scanner.o src/scanner.cc src/scanner.cc:1:10: fatal error:...

Calling `nix develop` inside of cloned repo throws error : `error: 'defaultPackage' is not an attribute set` Info: OS: NixOS 23.11.20230825.5690c42 (Tapir) x86_64

I have the following in my vim config ```lua local parser_config = require 'nvim-treesitter.parsers'.get_parser_configs() parser_config.norg = { install_info = { url = 'https://github.com/vhyrro/tree-sitter-norg' , files = { 'src/parser.c', 'src/scanner.cc' }...

### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version NVIM v0.9.0 Build...

# Modifier Extensions *Disclaimer: I am not very familiar with Treesitter or parser's in general, and I'm just putting this here as a consideration.* I am new to Neorg and...

Consolidates the work on: - the formal syntax specification (#29) - the breaking changes and `paragraph` parsing refactoring (#30) - the inline link targets (#25)