Improve C and C++ syntax highlighting (#25325)

chbk and Marshall Bowers created

Release Notes:

  - Improved C and C++ syntax highlighting.

| Zed 0.174.6 | With this PR |
| --- | --- |
|
![Image](https://github.com/user-attachments/assets/fa5bf2e0-c682-4e6a-ab64-bb873579d47c)
|
![Image](https://github.com/user-attachments/assets/dc980de9-cd6a-4b0b-8ddc-ac705f687910)
|

- `NULL`, `nullptr`: `constant` -> `constant.builtin`

```cpp
#include <stdbool.h>
int a[] = {true, false};
const int * IDENTIFIER = nullptr;
```

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>

Change summary

crates/languages/src/c/highlights.scm   | 2 +-
crates/languages/src/cpp/highlights.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes