mirror of https://github.com/helix-editor/helix
bump: tree-sitter-cpp (#13504)
parent
9bb370c91e
commit
313ef30f64
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
; Constants
|
||||
|
||||
(this) @variable.builtin
|
||||
(nullptr) @constant.builtin
|
||||
(null) @constant.builtin
|
||||
|
||||
; Types
|
||||
|
||||
|
|
Loading…
Reference in New Issue