Skip to content

Enhance C/C++ syntax highlighting and improve editor functionality#103

Open
Pp3ng wants to merge 1 commit intoantirez:masterfrom
Pp3ng:master
Open

Enhance C/C++ syntax highlighting and improve editor functionality#103
Pp3ng wants to merge 1 commit intoantirez:masterfrom
Pp3ng:master

Conversation

@Pp3ng
Copy link

@Pp3ng Pp3ng commented Jun 25, 2025

  • Add missing C++ keywords: catch, using, final, override
  • Add C keyword: restrict
  • Fix typo: deltype -> decltype
  • Remove auto from type list (avoid duplication with keywords)
  • Add comprehensive C standard types (size_t, wchar_t, int8_t, etc.)
  • Optimize editorRowsToString function for better memory handling
  • Add screen clearing on exit for cleaner user experience

- Add missing C++ keywords: catch, using, final, override
- Add C keyword: restrict
- Fix typo: deltype -> decltype
- Remove auto from type list (avoid duplication with keywords)
- Add comprehensive C standard types (size_t, wchar_t, int8_t, etc.)
- Optimize editorRowsToString function for better memory handling
- Add screen clearing on exit for cleaner user experience
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant