aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorFredrik Ekre <ekrefredrik@gmail.com>2024-12-04 11:50:49 +0100
committerChristian Clason <ch.clason+github@icloud.com>2024-12-04 11:59:55 +0100
commitb0fc560c758eeaa53b099c0843f82bcd762a9235 (patch)
treef62ea2351ddd43225436badf8b12e0e62d1242af /lua
parentbot(lockfile): update dtd, inko, powershell, xml, yaml (diff)
downloadnvim-treesitter-b0fc560c758eeaa53b099c0843f82bcd762a9235.tar
nvim-treesitter-b0fc560c758eeaa53b099c0843f82bcd762a9235.tar.gz
nvim-treesitter-b0fc560c758eeaa53b099c0843f82bcd762a9235.tar.bz2
nvim-treesitter-b0fc560c758eeaa53b099c0843f82bcd762a9235.tar.lz
nvim-treesitter-b0fc560c758eeaa53b099c0843f82bcd762a9235.tar.xz
nvim-treesitter-b0fc560c758eeaa53b099c0843f82bcd762a9235.tar.zst
nvim-treesitter-b0fc560c758eeaa53b099c0843f82bcd762a9235.zip
fix(julia): fix incorrect documentation query
This patch fixes an inprecise `@string.documentation` query introduced in https://github.com/nvim-treesitter/nvim-treesitter/pull/7391. Specifically, the pattern `(string_literal) . (identifier)` matches also for example `"hello"` in ```julia foo("hello", world) @info "hello" world ``` To fix this, this patch limits the pattern to top-level statements.
Diffstat (limited to 'lua')
0 files changed, 0 insertions, 0 deletions