vimPlugins.nvim-treesitter: update grammars

authored by

Gaetan Lepage and committed by
Jonathan Ringer
951afedb b123dc76

+79 -57
+79 -57
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
··· 27 27 }; 28 28 apex = buildGrammar { 29 29 language = "apex"; 30 - version = "0.0.0+rev=a768c95"; 30 + version = "0.0.0+rev=82ee140"; 31 31 src = fetchFromGitHub { 32 32 owner = "aheber"; 33 33 repo = "tree-sitter-sfapex"; 34 - rev = "a768c956b6aee72ffebb5df7f7c0b3702eaa2fbd"; 35 - hash = "sha256-bfW7uox0/4bW5J5hXcKDfNXtKSI4BFk7f5J0bhMDpbw="; 34 + rev = "82ee140f4ee7652a4915ac9e9f60c4d66f7637d7"; 35 + hash = "sha256-fNKLvE9uXQlsCqO2F8ahxWigTmYu6f2TgRBgGbXvszk="; 36 36 }; 37 37 location = "apex"; 38 38 meta.homepage = "https://github.com/aheber/tree-sitter-sfapex"; ··· 160 160 }; 161 161 c = buildGrammar { 162 162 language = "c"; 163 - version = "0.0.0+rev=25371f9"; 163 + version = "0.0.0+rev=212a80f"; 164 164 src = fetchFromGitHub { 165 165 owner = "tree-sitter"; 166 166 repo = "tree-sitter-c"; 167 - rev = "25371f9448b97c55b853a6ee8bb0bfb1bca6da9f"; 168 - hash = "sha256-6o5D9rOYZ8qTSslTrkK2+7f6WWXF50u5tbxYEaEUbkc="; 167 + rev = "212a80f86452bb1316324fa0db730cf52f29e05a"; 168 + hash = "sha256-Etl4s29YSOxiqPo4Z49N6zIYqNpIsdk/Qd0jR8jdvW4="; 169 169 }; 170 170 meta.homepage = "https://github.com/tree-sitter/tree-sitter-c"; 171 171 }; ··· 292 292 }; 293 293 cpp = buildGrammar { 294 294 language = "cpp"; 295 - version = "0.0.0+rev=d153fe1"; 295 + version = "0.0.0+rev=a714740"; 296 296 src = fetchFromGitHub { 297 297 owner = "tree-sitter"; 298 298 repo = "tree-sitter-cpp"; 299 - rev = "d153fe1c3385ee0521730ff4e0be9358e903b322"; 300 - hash = "sha256-zxAz82XpTtKondA84L1sO3VByo8vLI4j154pWbxlV74="; 299 + rev = "a71474021410973b29bfe99440d57bcd750246b1"; 300 + hash = "sha256-UrQ48CoUMSHmlHzOMu22c9N4hxJtHL2ZYRabYjf5byA="; 301 301 }; 302 302 meta.homepage = "https://github.com/tree-sitter/tree-sitter-cpp"; 303 303 }; ··· 326 326 }; 327 327 cuda = buildGrammar { 328 328 language = "cuda"; 329 - version = "0.0.0+rev=3161aed"; 329 + version = "0.0.0+rev=d33ee2c"; 330 330 src = fetchFromGitHub { 331 331 owner = "theHamsta"; 332 332 repo = "tree-sitter-cuda"; 333 - rev = "3161aed045130c900f870ef53fad93a574317769"; 334 - hash = "sha256-Eo92hl3mT2qV2L4hfmUNXdAleRKeyGUQuV6VE/Cg6nw="; 333 + rev = "d33ee2caab572f7b46cef12e090331b9ed1c02e2"; 334 + hash = "sha256-9fQ0z7DozjGdcQZG36w419mFXIVDeafkG+ciQHgh0EE="; 335 335 }; 336 336 meta.homepage = "https://github.com/theHamsta/tree-sitter-cuda"; 337 337 }; ··· 736 736 }; 737 737 glsl = buildGrammar { 738 738 language = "glsl"; 739 - version = "0.0.0+rev=bea82d3"; 739 + version = "0.0.0+rev=c9082ed"; 740 740 src = fetchFromGitHub { 741 741 owner = "theHamsta"; 742 742 repo = "tree-sitter-glsl"; 743 - rev = "bea82d337801e472e35b5cd08038afdf13263768"; 744 - hash = "sha256-O1c9LJex/VHAYuoVaM6dMhTSKNg7RYZJ4N+MYAYZ/AE="; 743 + rev = "c9082edab87b145e97090b133167cb53626d9f58"; 744 + hash = "sha256-bwuPykagBFfTJ87C5oNcUWmKs9eBBYPZ0UOC/8zbbF8="; 745 745 }; 746 746 meta.homepage = "https://github.com/theHamsta/tree-sitter-glsl"; 747 747 }; ··· 901 901 }; 902 902 hcl = buildGrammar { 903 903 language = "hcl"; 904 - version = "0.0.0+rev=fdf6463"; 904 + version = "0.0.0+rev=e135399"; 905 905 src = fetchFromGitHub { 906 906 owner = "MichaHoffmann"; 907 907 repo = "tree-sitter-hcl"; 908 - rev = "fdf6463216f1a45d83ba911cdb9f57445a8d3b51"; 909 - hash = "sha256-UEjC3PeTQCvbtfk4a0EaLh+DXraUQIaSUGU6vszYP3E="; 908 + rev = "e135399cb31b95fac0760b094556d1d5ce84acf0"; 909 + hash = "sha256-Ylxpj+e9YGhyRRRCCVs0g/zhwHpwGELxG2i+E3SFmpQ="; 910 910 }; 911 911 meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl"; 912 912 }; ··· 1229 1229 }; 1230 1230 meta.homepage = "https://github.com/r001/tree-sitter-leo"; 1231 1231 }; 1232 + linkerscript = buildGrammar { 1233 + language = "linkerscript"; 1234 + version = "0.0.0+rev=f99011a"; 1235 + src = fetchFromGitHub { 1236 + owner = "amaanq"; 1237 + repo = "tree-sitter-linkerscript"; 1238 + rev = "f99011a3554213b654985a4b0a65b3b032ec4621"; 1239 + hash = "sha256-Do8MIcl5DJo00V4wqIbdVC0to+2YYwfy08QWqSLMkQA="; 1240 + }; 1241 + meta.homepage = "https://github.com/amaanq/tree-sitter-linkerscript"; 1242 + }; 1232 1243 liquidsoap = buildGrammar { 1233 1244 language = "liquidsoap"; 1234 - version = "0.0.0+rev=b35882f"; 1245 + version = "0.0.0+rev=91d2708"; 1235 1246 src = fetchFromGitHub { 1236 1247 owner = "savonet"; 1237 1248 repo = "tree-sitter-liquidsoap"; 1238 - rev = "b35882f2e1460867ddddcbe8af586e6807d4676f"; 1239 - hash = "sha256-N7mZrTzIqh55ogttm4T2O7uPFKbJd2odWDUWYfQz0F0="; 1249 + rev = "91d2708e12a5869154a85190b13ac89cb1414189"; 1250 + hash = "sha256-2wnGHQXx5QHkXSBsxjULIRlbXj7CBxWxFjef3n9lmew="; 1240 1251 }; 1241 1252 meta.homepage = "https://github.com/savonet/tree-sitter-liquidsoap"; 1242 1253 }; ··· 1611 1622 }; 1612 1623 php = buildGrammar { 1613 1624 language = "php"; 1614 - version = "0.0.0+rev=33e3016"; 1625 + version = "0.0.0+rev=0a99dec"; 1615 1626 src = fetchFromGitHub { 1616 1627 owner = "tree-sitter"; 1617 1628 repo = "tree-sitter-php"; 1618 - rev = "33e30169e6f9bb29845c80afaa62a4a87f23f6d6"; 1619 - hash = "sha256-xDk+zegvCef5O4uAF/DYzPLBQeFWwaqCTHjLUKK43Nc="; 1629 + rev = "0a99deca13c4af1fb9adcb03c958bfc9f4c740a9"; 1630 + hash = "sha256-MfCws6WvaYJPoxoSdk1OUkqfVGCNtfMDTyndSZpABqI="; 1620 1631 }; 1621 1632 meta.homepage = "https://github.com/tree-sitter/tree-sitter-php"; 1622 1633 }; ··· 1766 1777 }; 1767 1778 purescript = buildGrammar { 1768 1779 language = "purescript"; 1769 - version = "0.0.0+rev=f89bd14"; 1780 + version = "0.0.0+rev=85a9095"; 1770 1781 src = fetchFromGitHub { 1771 1782 owner = "postsolar"; 1772 1783 repo = "tree-sitter-purescript"; 1773 - rev = "f89bd149e44624342bf49f76245d3284f2beed9a"; 1774 - hash = "sha256-c4Zux+6kg9b9/0t9LOtfSdMMQbp1xwiQH8dz4BBB/pY="; 1784 + rev = "85a90951c10f118f819c1137f669800246890db7"; 1785 + hash = "sha256-F5xkMYK5WYn+Fuf/vWGaywX+hrjOqGUlg9EjHMS6yDg="; 1775 1786 }; 1776 1787 meta.homepage = "https://github.com/postsolar/tree-sitter-purescript"; 1777 1788 }; ··· 1788 1799 }; 1789 1800 python = buildGrammar { 1790 1801 language = "python"; 1791 - version = "0.0.0+rev=82f5c99"; 1802 + version = "0.0.0+rev=4bfdd90"; 1792 1803 src = fetchFromGitHub { 1793 1804 owner = "tree-sitter"; 1794 1805 repo = "tree-sitter-python"; 1795 - rev = "82f5c9937fe4300b4bec3ee0e788d642c77aab2c"; 1796 - hash = "sha256-nQ4HU5ysQjht9USFGRmW/+PLFTzPgi+6G68/uupMMRk="; 1806 + rev = "4bfdd9033a2225cc95032ce77066b7aeca9e2efc"; 1807 + hash = "sha256-hXNxa895SyNOG7PH2vAIkWbcMjZDjWYDsCafBZuvnT0="; 1797 1808 }; 1798 1809 meta.homepage = "https://github.com/tree-sitter/tree-sitter-python"; 1799 1810 }; ··· 1975 1986 }; 1976 1987 rust = buildGrammar { 1977 1988 language = "rust"; 1978 - version = "0.0.0+rev=48e0533"; 1989 + version = "0.0.0+rev=79456e6"; 1979 1990 src = fetchFromGitHub { 1980 1991 owner = "tree-sitter"; 1981 1992 repo = "tree-sitter-rust"; 1982 - rev = "48e053397b587de97790b055a1097b7c8a4ef846"; 1983 - hash = "sha256-ht0l1a3esvBbVHNbUosItmqxwL7mDp+QyhIU6XTUiEk="; 1993 + rev = "79456e6080f50fc1ca7c21845794308fa5d35a51"; 1994 + hash = "sha256-57CuGp7gP+AVYIR3HbMXnmmSAbtlpWrOHRYpMbmWfds="; 1984 1995 }; 1985 1996 meta.homepage = "https://github.com/tree-sitter/tree-sitter-rust"; 1986 1997 }; ··· 2086 2097 }; 2087 2098 soql = buildGrammar { 2088 2099 language = "soql"; 2089 - version = "0.0.0+rev=a768c95"; 2100 + version = "0.0.0+rev=82ee140"; 2090 2101 src = fetchFromGitHub { 2091 2102 owner = "aheber"; 2092 2103 repo = "tree-sitter-sfapex"; 2093 - rev = "a768c956b6aee72ffebb5df7f7c0b3702eaa2fbd"; 2094 - hash = "sha256-bfW7uox0/4bW5J5hXcKDfNXtKSI4BFk7f5J0bhMDpbw="; 2104 + rev = "82ee140f4ee7652a4915ac9e9f60c4d66f7637d7"; 2105 + hash = "sha256-fNKLvE9uXQlsCqO2F8ahxWigTmYu6f2TgRBgGbXvszk="; 2095 2106 }; 2096 2107 location = "soql"; 2097 2108 meta.homepage = "https://github.com/aheber/tree-sitter-sfapex"; 2098 2109 }; 2099 2110 sosl = buildGrammar { 2100 2111 language = "sosl"; 2101 - version = "0.0.0+rev=a768c95"; 2112 + version = "0.0.0+rev=82ee140"; 2102 2113 src = fetchFromGitHub { 2103 2114 owner = "aheber"; 2104 2115 repo = "tree-sitter-sfapex"; 2105 - rev = "a768c956b6aee72ffebb5df7f7c0b3702eaa2fbd"; 2106 - hash = "sha256-bfW7uox0/4bW5J5hXcKDfNXtKSI4BFk7f5J0bhMDpbw="; 2116 + rev = "82ee140f4ee7652a4915ac9e9f60c4d66f7637d7"; 2117 + hash = "sha256-fNKLvE9uXQlsCqO2F8ahxWigTmYu6f2TgRBgGbXvszk="; 2107 2118 }; 2108 2119 location = "sosl"; 2109 2120 meta.homepage = "https://github.com/aheber/tree-sitter-sfapex"; ··· 2121 2132 }; 2122 2133 sql = buildGrammar { 2123 2134 language = "sql"; 2124 - version = "0.0.0+rev=9fe5aea"; 2135 + version = "0.0.0+rev=d8fffdf"; 2125 2136 src = fetchFromGitHub { 2126 2137 owner = "derekstride"; 2127 2138 repo = "tree-sitter-sql"; 2128 - rev = "9fe5aeaa8d58d00cc31c20a3ae923ae695ce2ce7"; 2129 - hash = "sha256-HnSZGrxrHlARPhgTJRO6P0FcmjOdB3c5eMpH9+5ZaX8="; 2139 + rev = "d8fffdf0902bf55994fd2e8a0a46e221ca988589"; 2140 + hash = "sha256-PowCYtL56lLGJaXFEdtPGAXaqYF0/u/mqDCjXHmyps0="; 2130 2141 }; 2131 2142 meta.homepage = "https://github.com/derekstride/tree-sitter-sql"; 2132 2143 }; ··· 2143 2154 }; 2144 2155 ssh_config = buildGrammar { 2145 2156 language = "ssh_config"; 2146 - version = "0.0.0+rev=6ac08de"; 2157 + version = "0.0.0+rev=1651e63"; 2147 2158 src = fetchFromGitHub { 2148 2159 owner = "ObserverOfTime"; 2149 2160 repo = "tree-sitter-ssh-config"; 2150 - rev = "6ac08decae456ef2fc307977d9210f86d75d4eca"; 2151 - hash = "sha256-heXyWK3yPqej2jbTFYTDR3uY6JH4KvPVyCDjZzVNcTw="; 2161 + rev = "1651e637d57c667708add5440d3726f07e97d953"; 2162 + hash = "sha256-jshQhWIeMcsUA7g2RGuH3DSfBfRhRx9dMOJVm/92Jkw="; 2152 2163 }; 2153 2164 meta.homepage = "https://github.com/ObserverOfTime/tree-sitter-ssh-config"; 2154 2165 }; ··· 2243 2254 }; 2244 2255 t32 = buildGrammar { 2245 2256 language = "t32"; 2246 - version = "0.0.0+rev=884a034"; 2257 + version = "0.0.0+rev=b904af3"; 2247 2258 src = fetchFromGitLab { 2248 2259 owner = "xasc"; 2249 2260 repo = "tree-sitter-t32"; 2250 - rev = "884a034e0ae29ce72649041a603deacdfb4a3275"; 2251 - hash = "sha256-BGux3rIBOkZl7sKAjATjeVLhDXoL7kBvX5sACoceyWY="; 2261 + rev = "b904af353fb2f1df6ac45d8d3e3a5ee85a6cc306"; 2262 + hash = "sha256-MGdwcw9T3hemUHfgQmdTp20MW08AQcVWGRHxkP/6N5Y="; 2252 2263 }; 2253 2264 meta.homepage = "https://gitlab.com/xasc/tree-sitter-t32.git"; 2254 2265 }; ··· 2275 2286 generate = true; 2276 2287 meta.homepage = "https://github.com/euclidianAce/tree-sitter-teal"; 2277 2288 }; 2289 + templ = buildGrammar { 2290 + language = "templ"; 2291 + version = "0.0.0+rev=6b9dff6"; 2292 + src = fetchFromGitHub { 2293 + owner = "vrischmann"; 2294 + repo = "tree-sitter-templ"; 2295 + rev = "6b9dff614d5bab902cb6989bfcaa180636218159"; 2296 + hash = "sha256-89CJkVuNWm3V3Iz8iCx1pLIJwhyPcEfDB3ZqqiwZEdU="; 2297 + }; 2298 + meta.homepage = "https://github.com/vrischmann/tree-sitter-templ"; 2299 + }; 2278 2300 terraform = buildGrammar { 2279 2301 language = "terraform"; 2280 - version = "0.0.0+rev=fdf6463"; 2302 + version = "0.0.0+rev=e135399"; 2281 2303 src = fetchFromGitHub { 2282 2304 owner = "MichaHoffmann"; 2283 2305 repo = "tree-sitter-hcl"; 2284 - rev = "fdf6463216f1a45d83ba911cdb9f57445a8d3b51"; 2285 - hash = "sha256-UEjC3PeTQCvbtfk4a0EaLh+DXraUQIaSUGU6vszYP3E="; 2306 + rev = "e135399cb31b95fac0760b094556d1d5ce84acf0"; 2307 + hash = "sha256-Ylxpj+e9YGhyRRRCCVs0g/zhwHpwGELxG2i+E3SFmpQ="; 2286 2308 }; 2287 2309 location = "dialects/terraform"; 2288 2310 meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl"; ··· 2480 2502 }; 2481 2503 v = buildGrammar { 2482 2504 language = "v"; 2483 - version = "0.0.0+rev=099a85f"; 2505 + version = "0.0.0+rev=2f24b03"; 2484 2506 src = fetchFromGitHub { 2485 2507 owner = "v-analyzer"; 2486 2508 repo = "v-analyzer"; 2487 - rev = "099a85fbd34a8b9db9f83da19f184bd4c1886e7c"; 2488 - hash = "sha256-0Z4sljC+rkBRSPdLpzSawLdNcwE0QqrowULs9NXFrrc="; 2509 + rev = "2f24b0377ddb865eb4285634f6945cb4ee3f395c"; 2510 + hash = "sha256-DLtG1RzoDC252O1FItP9vDZyt/MpV4bR7tcMSOLINWA="; 2489 2511 }; 2490 2512 location = "tree_sitter_v"; 2491 2513 meta.homepage = "https://github.com/v-analyzer/v-analyzer"; ··· 2580 2602 }; 2581 2603 wing = buildGrammar { 2582 2604 language = "wing"; 2583 - version = "0.0.0+rev=eacf704"; 2605 + version = "0.0.0+rev=f6423ec"; 2584 2606 src = fetchFromGitHub { 2585 2607 owner = "winglang"; 2586 2608 repo = "wing"; 2587 - rev = "eacf704338661b981fcf4fdb5ee44d898f038144"; 2588 - hash = "sha256-JwA49Up2G2/jobjqniQeJ1Rfko3PFfgINRvi/QswlCk="; 2609 + rev = "f6423ecace1ef34f57dc77db031504ce21ebfaaf"; 2610 + hash = "sha256-uIUIXHxHWedJ5oH1u/88degVAzklzN97AYc5B39nFwE="; 2589 2611 }; 2590 2612 location = "libs/tree-sitter-wing"; 2591 2613 generate = true;