-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Zig and fix Hare comment style
Zig supports C99 single line comments, but not C multi-line comments. Fix the comment style for Hare by using ZigCommentStyle, instead of CCommentStyle. I avoided adding support for zon (Zig Object Notation) files used by the Zig package manager, since it is still in its early stages. Closes #837 Closes #888 Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
- Loading branch information
1 parent
c540f46
commit 4e8e0c5
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters