Skip to content

Commit

Permalink
Fix comment on KEYWORDS
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Nov 22, 2024
1 parent 771e2e9 commit d9b47ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLAdapter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ class HLAdapter extends DebugSession {
}

static var KEYWORDS = [for( k in [
// ref: haxe/src/core/ast.ml/s_keyword, without null/true/false
// ref: haxe/src/core/ast.ml/s_keyword, without null/true/false/this
"function","class","static","var","if","else","while","do","for","break","return","continue","extends","implements","import","switch","case","default",
"private","public","try","catch","new","throw","extern","enum","in","interface","untyped","cast","override","typedef","dynamic","package","inline",
"using","abstract","macro","final","operator","overload",
Expand Down

0 comments on commit d9b47ce

Please sign in to comment.