diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-11-03 19:22:21 +0100 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-11-03 19:22:21 +0100 |
| commit | 0341f62b3edeb71276f9ecd84f51357a6870b1d5 (patch) | |
| tree | f88fdfb5273aa3ce55e31c72f75aab49205d0644 /init.el | |
| parent | 3220e22408795d63be93f0548b84ec9b5edf850f (diff) | |
Added python treesitter grammar
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -191,7 +191,8 @@ (jsdoc "https://github.com/tree-sitter/tree-sitter-jsdoc" "v0.25.0") (nix "https://github.com/nix-community/tree-sitter-nix" "v0.3.0") (php "https://github.com/tree-sitter/tree-sitter-php" "v0.23.12" "php/src") - (phpdoc "https://github.com/claytonrcarter/tree-sitter-phpdoc" "v0.1.6"))) + (phpdoc "https://github.com/claytonrcarter/tree-sitter-phpdoc" "v0.1.6") + (python "https://github.com/tree-sitter/tree-sitter-python" "v0.25.0"))) ;; PHP (add-to-list 'auto-mode-alist '("\\.php\\'" . php-ts-mode)) |
