Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | languages.toml | 2 | ||||
| -rw-r--r-- | runtime/queries/cpp/highlights.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml index 1b22aee9..b09d81a5 100644 --- a/languages.toml +++ b/languages.toml @@ -626,7 +626,7 @@ args = { console = "internalConsole", attachCommands = [ "platform select remote [[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" diff --git a/runtime/queries/cpp/highlights.scm b/runtime/queries/cpp/highlights.scm index 291163d3..2224dbc1 100644 --- a/runtime/queries/cpp/highlights.scm +++ b/runtime/queries/cpp/highlights.scm @@ -3,7 +3,7 @@ ; Constants (this) @variable.builtin -(nullptr) @constant.builtin +(null) @constant.builtin ; Types |