diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-09-05 13:25:50 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-09-05 13:36:22 +0000 |
| commit | bfe74a4899882a4ef45abb80813f14644a110a34 (patch) | |
| tree | 3b1def4e604ee2fdc0bdc66cf5e224bbc36f6817 /queries/cpp | |
| parent | fix(query): explicitly opt-in to legacy behavior (diff) | |
| download | nvim-treesitter-bfe74a4899882a4ef45abb80813f14644a110a34.tar nvim-treesitter-bfe74a4899882a4ef45abb80813f14644a110a34.tar.gz nvim-treesitter-bfe74a4899882a4ef45abb80813f14644a110a34.tar.bz2 nvim-treesitter-bfe74a4899882a4ef45abb80813f14644a110a34.tar.lz nvim-treesitter-bfe74a4899882a4ef45abb80813f14644a110a34.tar.xz nvim-treesitter-bfe74a4899882a4ef45abb80813f14644a110a34.tar.zst nvim-treesitter-bfe74a4899882a4ef45abb80813f14644a110a34.zip | |
bot(lockfile): update arduino, awk, bash, c, cpp, css, cuda, go, groovy, haskell, hlsl, html, http, javascript, jsdoc, json, julia, liquid, norg, ocaml, ocaml_interface, php, php_only, phpdoc, python, ql, regex, ruby, rust, scala, slang, tcl, templ, tsx, typescript, v, wing
Diffstat (limited to 'queries/cpp')
| -rw-r--r-- | queries/cpp/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/cpp/highlights.scm b/queries/cpp/highlights.scm index e39a2925c..85ff2dc40 100644 --- a/queries/cpp/highlights.scm +++ b/queries/cpp/highlights.scm @@ -230,7 +230,7 @@ "private" "protected" "final" - (virtual) + "virtual" ] @keyword.modifier [ |
