Skip to content

Commit 5405f24

Browse files
committed
Add labeling configuration for semantic tokens
1 parent 7b93dd6 commit 5405f24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ maven:
7070
- changed-files:
7171
- any-glob-to-any-file:
7272
- shared/src/main/kotlin/org/javacs/kt/classpath/Maven*
73+
74+
semantic tokens:
75+
- changed-files:
76+
- any-glob-to-any-file:
77+
- server/src/main/kotlin/org/javacs/kt/semantictokens/**
78+
- server/src/test/resources/semantictokens/**

0 commit comments

Comments
 (0)