Skip to content

Commit 7b48b5e

Browse files
Update comment
1 parent 4a5c650 commit 7b48b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const languages: Record<string, Language | undefined> = {
6565
};
6666

6767
// For some reason this crashes if we put it inside activate
68-
// TODO: this isn't a field, suppress package member coloring like Go
68+
// Fix: this isn't a field, suppress package member coloring like Go
6969
const initParser = treeSitter.Parser.init();
7070

7171
// Called when the extension is first activated by user opening a file with the appropriate language

0 commit comments

Comments
 (0)