diff options
| author | Charles <63302440+Sarrus1@users.noreply.github.com> | 2024-02-09 16:40:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 00:40:01 +0900 |
| commit | 95036477c16cdb061f37492410780d87a9b0d7aa (patch) | |
| tree | f010d625c5b34b801518024e9de71031b909455f /lockfile.json | |
| parent | Update README (diff) | |
| download | nvim-treesitter-95036477c16cdb061f37492410780d87a9b0d7aa.tar nvim-treesitter-95036477c16cdb061f37492410780d87a9b0d7aa.tar.gz nvim-treesitter-95036477c16cdb061f37492410780d87a9b0d7aa.tar.bz2 nvim-treesitter-95036477c16cdb061f37492410780d87a9b0d7aa.tar.lz nvim-treesitter-95036477c16cdb061f37492410780d87a9b0d7aa.tar.xz nvim-treesitter-95036477c16cdb061f37492410780d87a9b0d7aa.tar.zst nvim-treesitter-95036477c16cdb061f37492410780d87a9b0d7aa.zip | |
feat: add sourcepawn parser and queries (#5865)
Diffstat (limited to 'lockfile.json')
| -rw-r--r-- | lockfile.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lockfile.json b/lockfile.json index 315f81b81..79fde83f6 100644 --- a/lockfile.json +++ b/lockfile.json @@ -611,6 +611,9 @@ "sosl": { "revision": "857077f9e6bb04df0f769c18d32bfe036911adc8" }, + "sourcepawn": { + "revision": "846ec647109a1f3dfab17c025c80ecdf6fd56581" + }, "sparql": { "revision": "05f949d3c1c15e3261473a244d3ce87777374dec" }, |
