Skip to content

Commit 1418bec

Browse files
update comment
1 parent 8a56abe commit 1418bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/types/TreeSitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface TreeSitter {
3030
createQuery(languageId: string, source: string): Query | undefined;
3131

3232
/**
33-
* FIXME: On newer vscode versions the latex parse throws memory errors
33+
* FIXME: On newer vscode versions the latex Tree sitter parser throws memory errors
3434
* https://github.com/cursorless-dev/cursorless/issues/2879
3535
*/
3636
disableLatexMsg?: string;

0 commit comments

Comments
 (0)