Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying a regexp for matching a single line comment. #874

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

Apteryks
Copy link
Contributor

@Apteryks Apteryks commented Dec 5, 2023

This allows specifying a new SINGLE_LINE_REGEXP property on a CommentStyle subclass, which provides more flexibility in parsing single line comments.

Fixes: #637

@Apteryks
Copy link
Contributor Author

Apteryks commented Dec 8, 2023

I've changed the SINGLE_LINE comment from ;;;; to ;;;; I had misread this commonly referenced style guide: https://mumble.net/~campbell/scheme/style.txt

@carmenbianca carmenbianca force-pushed the fix-lisp-comments branch 4 times, most recently from 1c2b2ce to fee9094 Compare January 16, 2024 17:54
It allows specifying a new SINGLE_LINE_REGEXP property on a
CommentStyle subclass, which provides more flexibility in parsing
single line comments.

Fixes: <fsfe#637>
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
@carmenbianca
Copy link
Member

I took the time to patch up the code a little. This took a little while, but your legwork was fantastic, @Apteryks ! Thank you so much for this patch.

@carmenbianca carmenbianca merged commit e632207 into fsfe:main Jan 16, 2024
15 checks passed
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.

Lisp comment character should go back to using double semicolons
2 participants