Learning Resources

April 18, 2022 ยท View on GitHub

  • xit syntax guide: https://xit.jotaen.net/syntax-guide
  • docs for tree-sitter: https://tree-sitter.github.io/tree-sitter/creating-parsers
  • at the bottom there are some useful tips: https://github.com/nvim-treesitter/nvim-treesitter/blob/master/CONTRIBUTING.md
  • useful for debugging: https://github.com/nvim-treesitter/playground
  • inspiration:
    • https://github.com/tree-sitter/tree-sitter-json
    • https://github.com/tjdevries/tree-sitter-lua