Commit a7024c09 authored by Steven Allen's avatar Steven Allen
Browse files

tree-sitter-grammers.tree-sitter-phpdoc: init

tree-sitter-php can use it internally to render PHP doc comments. See
https://github.com/tree-sitter/tree-sitter-php/issues/50.
parent a1c631c2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -727,6 +727,18 @@
    };
  };

  phpdoc = {
    version = "0.1.8";
    url = "github:claytonrcarter/tree-sitter-phpdoc";
    hash = "sha256-X+ElKI0ZMLCmxEanKsDRL/1KzGZfBrG7zITsT+jSrtQ=";
    meta = {
      license = lib.licenses.mit;
      maintainers = with lib.maintainers; [
        Stebalien
      ];
    };
  };

  pioasm = {
    version = "0-unstable-2024-10-12";
    url = "github:leo60228/tree-sitter-pioasm/afece58efdb30440bddd151ef1347fa8d6f744a9";