Skip to content

Commit

Permalink
Add support for leex and yecc Erlang lexer and parser
Browse files Browse the repository at this point in the history
  • Loading branch information
kikofernandez committed Dec 23, 2024
1 parent ee6d311 commit 7408462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,11 +857,13 @@ class XQueryCommentStyle(CommentStyle):
".xqm": XQueryCommentStyle,
".xqy": XQueryCommentStyle,
".xquery": XQueryCommentStyle,
".xrl": ErlangCommentStyle,
".xsd": HtmlCommentStyle,
".xsh": PythonCommentStyle,
".xsl": HtmlCommentStyle,
".yaml": PythonCommentStyle,
".yml": PythonCommentStyle,
".yrl": ErlangCommentStyle,
".zig": CppSingleCommentStyle,
".zsh": PythonCommentStyle,
}
Expand Down

0 comments on commit 7408462

Please sign in to comment.