Skip to content

feat: support multiline/block comments for C/C++#1004

Closed
ghentschke wants to merge 1 commit into
eclipse-tm4e:mainfrom
ghentschke:feat-block-comment
Closed

feat: support multiline/block comments for C/C++#1004
ghentschke wants to merge 1 commit into
eclipse-tm4e:mainfrom
ghentschke:feat-block-comment

Conversation

@ghentschke
Copy link
Copy Markdown
Contributor

Fixes #1003

Extending the onEnterRules

@ghentschke
Copy link
Copy Markdown
Contributor Author

I am not sure if and which unit tests should be updated

@sebthom
Copy link
Copy Markdown
Member

sebthom commented Apr 14, 2026

The syntax and language configuration files are sourced directly from vscode repo. We do not modify upstream files in tm4e. If I would merge this, the changes would be gone the next time we sync with vscode. So this change should be better made in the source repo. Either at https://github.com/microsoft/vscode/tree/main/extensions/cpp or even in https://github.com/jeff-hykin/better-cpp-syntax

@ghentschke
Copy link
Copy Markdown
Contributor Author

ghentschke commented Apr 17, 2026

Thanks for the feedback. It seems that the configuration comes from vscode. Haven't found any language-configuration.json or something similar in the jeff-hykin repo.

@ghentschke ghentschke closed this Apr 17, 2026
@ghentschke
Copy link
Copy Markdown
Contributor Author

Closed as it has to be fixed in vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Multiline/Block Comments for C/C++

2 participants