changeset 6776:580382b819f9

bump: tree-sitter-cpp (#13504)
author Jules Wiriath <53870805+Aaalibaba42@users.noreply.github.com>
date Sat, 10 May 2025 15:00:05 +0200
parents 5bb92a397ada
children 937d6a38678e
files languages.toml runtime/queries/cpp/highlights.scm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/languages.toml	Sat May 10 12:58:48 2025 +0000
+++ b/languages.toml	Sat May 10 15:00:05 2025 +0200
@@ -626,7 +626,7 @@
 
 [[grammar]]
 name = "cpp"
-source = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev = "670404d7c689be1c868a46f919ba2a3912f2b7ef" }
+source = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev = "56455f4245baf4ea4e0881c5169de69d7edd5ae7" }
 
 [[language]]
 name = "crystal"
--- a/runtime/queries/cpp/highlights.scm	Sat May 10 12:58:48 2025 +0000
+++ b/runtime/queries/cpp/highlights.scm	Sat May 10 15:00:05 2025 +0200
@@ -3,7 +3,7 @@
 ; Constants
 
 (this) @variable.builtin
-(nullptr) @constant.builtin
+(null) @constant.builtin
 
 ; Types