mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "linecomment" to "line_comment"
This commit is contained in:
@@ -805,7 +805,7 @@ case @comment.kind of
|
||||
| 4 = @htmlcommentend;
|
||||
|
||||
@html_comment = @htmlcommentstart | @htmlcommentend;
|
||||
@linecomment = @slashslashcomment | @html_comment;
|
||||
@line_comment = @slashslashcomment | @html_comment;
|
||||
@blockcomment = @slashstarcomment | @doccomment;
|
||||
|
||||
// source lines
|
||||
|
||||
Reference in New Issue
Block a user