aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-12-02 06:48:55 +0000
committernvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-12-02 07:45:02 +0000
commit69170c93149ddb71a22bd954514806395c430c02 (patch)
tree38b087fe9dfc2721116bee167fc5196c23b4186a /queries/java
parentfeat(gomod): punctuation, toolchain highlights (diff)
downloadnvim-treesitter-69170c93149ddb71a22bd954514806395c430c02.tar
nvim-treesitter-69170c93149ddb71a22bd954514806395c430c02.tar.gz
nvim-treesitter-69170c93149ddb71a22bd954514806395c430c02.tar.bz2
nvim-treesitter-69170c93149ddb71a22bd954514806395c430c02.tar.lz
nvim-treesitter-69170c93149ddb71a22bd954514806395c430c02.tar.xz
nvim-treesitter-69170c93149ddb71a22bd954514806395c430c02.tar.zst
nvim-treesitter-69170c93149ddb71a22bd954514806395c430c02.zip
bot(lockfile): update apex, editorconfig, elixir, ledger, markdown, markdown_inline, sflog, soql, sosl, styled, swift, xresources
Diffstat (limited to 'queries/java')
-rw-r--r--queries/java/highlights.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/queries/java/highlights.scm b/queries/java/highlights.scm
index d29d12632..df9ca14d4 100644
--- a/queries/java/highlights.scm
+++ b/queries/java/highlights.scm
@@ -17,9 +17,6 @@
(formal_parameter
name: (identifier) @variable.parameter)
-(catch_formal_parameter
- name: (identifier) @variable.parameter)
-
(spread_parameter
(variable_declarator
name: (identifier) @variable.parameter)) ; int... foo