aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinh Tran <trankhaiminh0911@gmail.com>2025-01-25 15:52:24 +0700
committerGitHub <noreply@github.com>2025-01-25 09:52:24 +0100
commitf3d7c0dafcbc86c4d63f765649c884a03bc1360a (patch)
treef204960cb8c975ec0322ef46cee76073ac3e5eac
parentbot(lockfile): update bash, c, c_sharp, cpp, css, elixir, embedded_template, ... (diff)
downloadnvim-treesitter-f3d7c0dafcbc86c4d63f765649c884a03bc1360a.tar
nvim-treesitter-f3d7c0dafcbc86c4d63f765649c884a03bc1360a.tar.gz
nvim-treesitter-f3d7c0dafcbc86c4d63f765649c884a03bc1360a.tar.bz2
nvim-treesitter-f3d7c0dafcbc86c4d63f765649c884a03bc1360a.tar.lz
nvim-treesitter-f3d7c0dafcbc86c4d63f765649c884a03bc1360a.tar.xz
nvim-treesitter-f3d7c0dafcbc86c4d63f765649c884a03bc1360a.tar.zst
nvim-treesitter-f3d7c0dafcbc86c4d63f765649c884a03bc1360a.zip
fix(verilog): capture `(non_integer_type)` as `@type.builtin`
-rw-r--r--queries/verilog/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/verilog/highlights.scm b/queries/verilog/highlights.scm
index c5b21d8bc..1e004ef76 100644
--- a/queries/verilog/highlights.scm
+++ b/queries/verilog/highlights.scm
@@ -263,6 +263,7 @@
(integer_vector_type)
(time_unit)
(integer_atom_type)
+ (non_integer_type)
] @type.builtin
(data_type