@@ 1,20 0,0 @@
-# -*- mode: org; org-html-head-include-scripts: nil; org-html-stable-ids: t; org-html-head-include-default-style: nil; -*-
-* Prerequisets
-
-Do similar thing with pod grammer.
-
-#+begin_src elisp
- (setq treesit-language-source-alist
- '((perl . ("https://github.com/tree-sitter-perl/tree-sitter-perl" "release"))))
- (treesit-install-language-grammar 'perl)
-#+end_src
-
-Regex grammer at https://github.com/tree-sitter/tree-sitter-regex
-
-* Usage
-
-Should be pretty intutive, you use M-e and M-a to navigate around PODs.
-
-* Warning
-
-As of 2025-01-06, the treesit ranges are extremly unstable