aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorDimitri Sabadie2023-06-07 23:13:39 +0000
committerGitHub2023-06-07 23:13:39 +0000
commit31b8b728a2ba5585a66da4f3dab279b08bd5600a (patch)
tree4c4f0e31c17f919d6fdb0992131d22c2395fe7ca /languages.toml
parentef5bcd5060e6298a2deae53a7c29514d4a50a2fc (diff)
Fix C++ queries and update tree-sitter-cpp (#7285)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 28669c55..868abd96 100644
--- a/languages.toml
+++ b/languages.toml
@@ -372,7 +372,7 @@ args = { console = "internalConsole", attachCommands = [ "platform select remote
[[grammar]]
name = "cpp"
-source = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev = "2d2c4aee8672af4c7c8edff68e7dd4c07e88d2b1" }
+source = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev = "670404d7c689be1c868a46f919ba2a3912f2b7ef" }
[[language]]
name = "crystal"