Skip to content

Commit

Permalink
Document Hardcoded Check
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Feb 3, 2024
1 parent 61b60b3 commit f423390
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ extension TreeSitterClient {

var highlights: [HighlightRange] = []

// See https://github.com/CodeEditApp/CodeEditSourceEditor/pull/228
if layer.id == .jsdoc {
highlights.append(HighlightRange(range: range, capture: .comment))
}
Expand Down

0 comments on commit f423390

Please sign in to comment.