zed/crates/languages
Fernando Tagawa 001376fd6d
cpp: Improve syntax highlighting (#13922)
* Added some missing operators, delimeters and keywords
* Highlight destructor, and operator overload as `@function`
* Moved `(field_identifier)` to the top, as it was highlighting methods
as `@property`

There are still some problems with something like `n1::n2::foo(...)`,
`foo` is not properly highlighted as a function

Release Notes:

- Improved C++ syntax highlighting
2024-07-25 00:55:21 +03:00
..
src cpp: Improve syntax highlighting (#13922) 2024-07-25 00:55:21 +03:00
Cargo.toml Bump tree-sitter and related core language parser libraries (#14986) 2024-07-24 23:38:21 +03:00
LICENSE-GPL chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00