Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8de3f13
Highlight keywords conservatively
Apr 15, 2026
17c672a
fix missing coverage
Apr 15, 2026
ad4de9b
add demo JavaContextualKeywordsDemo
Apr 15, 2026
70bb1a1
Address review comments: fix yield/module contextual keywords
Claude Apr 18, 2026
1349b56
Enhance yield keyword detection for line-start cases
Claude Apr 18, 2026
5ed57da
Fix segment offset handling and yield statement detection
Claude Apr 18, 2026
2b569c2
Address Codex review: enhance contextual keyword detection
Claude Apr 18, 2026
fd39d3e
Fix contextual keyword lookahead to skip comments and handle yield (e…
Claude Apr 18, 2026
78269c3
Refine contextual keyword detection for yield and sealed
Claude Apr 18, 2026
8dfb259
Improve contextual keyword detection across line breaks and comments
Claude Apr 18, 2026
931529d
Improve contextual keyword detection across line breaks and comments
Claude Apr 18, 2026
34bd958
Handle multi-line module and yield statements conservatively
Claude Apr 18, 2026
e1ea33a
Recognize yield after else and fix multiline comment scanning
Claude Apr 18, 2026
05c91eb
Skip comments when detecting yield and module keywords
Claude Apr 18, 2026
26e2a68
Recognize yield statements after block close
Claude Apr 18, 2026
40b7215
Fix unterminated block comment handling and skip comments in annotati…
Claude Apr 18, 2026
e4f6a25
Skip strings and comments when scanning annotation parameters
Claude Apr 18, 2026
7872a33
Guard against negative position and handle wrapped annotation parameters
Claude Apr 18, 2026
aedf1bd
Treat Java block comments as non-nestable in reverse scan
Claude Apr 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading