aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-04-18 13:16:48 +0200
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commit990110336c69f142137992b61b8295c23e5b0387 (patch)
tree87500e8b41ad3f215690968538ee278c1eaa2356 /lua
parentfeat(parsers): update nickel, sql, devicetree, dhall, htmldjango, t32, gap, j... (diff)
downloadnvim-treesitter-990110336c69f142137992b61b8295c23e5b0387.tar
nvim-treesitter-990110336c69f142137992b61b8295c23e5b0387.tar.gz
nvim-treesitter-990110336c69f142137992b61b8295c23e5b0387.tar.bz2
nvim-treesitter-990110336c69f142137992b61b8295c23e5b0387.tar.lz
nvim-treesitter-990110336c69f142137992b61b8295c23e5b0387.tar.xz
nvim-treesitter-990110336c69f142137992b61b8295c23e5b0387.tar.zst
nvim-treesitter-990110336c69f142137992b61b8295c23e5b0387.zip
feat(julia)!: update parser and queries
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 58456ecfa..a8e782c1c 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1175,7 +1175,7 @@ return {
},
julia = {
install_info = {
- revision = '12a3aede757bc7fbdfb1909507c7a6fddd31df37',
+ revision = '18b739c1563c83fc816170a4241adfa4b69e5c47',
url = 'https://github.com/tree-sitter/tree-sitter-julia',
},
maintainers = { '@fredrikekre' },