Skip to content

Commit

Permalink
Add labeling configuration for semantic tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 16, 2024
1 parent 7b93dd6 commit 5405f24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ maven:
- changed-files:
- any-glob-to-any-file:
- shared/src/main/kotlin/org/javacs/kt/classpath/Maven*

semantic tokens:
- changed-files:
- any-glob-to-any-file:
- server/src/main/kotlin/org/javacs/kt/semantictokens/**
- server/src/test/resources/semantictokens/**

0 comments on commit 5405f24

Please sign in to comment.