stsewd / tree-sitter-rst

reStructuredText grammar for tree-sitter
https://stsewd.dev/tree-sitter-rst/
MIT License
50 stars 7 forks source link

Encode punctuation as hex literals (#55) #56

Closed jmacmahon closed 5 months ago

jmacmahon commented 5 months ago

Fixes #55

stsewd commented 5 months ago

Regarding why tests work on GitHub, my guess is that the compilation commands are different from what tree-sitter generate runs and what nvim-treesitter runs.