bump: tree-sitter-cpp (#13504)

pull/13508/head
Jules Wiriath 2025-05-10 15:00:05 +02:00 committed by GitHub
parent 9bb370c91e
commit 313ef30f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -626,7 +626,7 @@ args = { console = "internalConsole", attachCommands = [ "platform select remote
[[grammar]] [[grammar]]
name = "cpp" 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]] [[language]]
name = "crystal" name = "crystal"

View File

@ -3,7 +3,7 @@
; Constants ; Constants
(this) @variable.builtin (this) @variable.builtin
(nullptr) @constant.builtin (null) @constant.builtin
; Types ; Types