diff --git a/gitinspector/comment.py b/gitinspector/comment.py index 2df26d1..c80c9e3 100644 --- a/gitinspector/comment.py +++ b/gitinspector/comment.py @@ -25,7 +25,7 @@ __comment_begining__ = {"java": "/*", "c": "/*", "cc": "/*", "cpp": "/*", "cs": "xml": "", "php": "/*", "py": "\"\"\"", "glsl": "*/", "rb": "=end", "js": "*/", "jspx": "-->", + "html": "-->", "php": "*/", "py": "\"\"\"", "glsl": "*/", "rb": "=end", "js": "*/", "jspx": "-->", "scala": "*/", "sql": "*/", "tex": "\\end{comment}", "xhtml": "-->", "xml": "-->", "ml": "*)", "mli": "*)", "go": "*/", "ly": "%}", "ily": "%}"}