Skip to content

Commit 1f0c502

Browse files
committed
added language dtection ind ocuemtnsybol provier #22
1 parent 5cf7e21 commit 1f0c502

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/documentSymbolProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export class CodeOrganizerDocumentSymbolProvider implements vscode.DocumentSymbo
6767

6868
////// 1.2.1 Document Processing ----
6969
const text = document.getText();
70+
const languageId = document.languageId;
7071
const all_matches: SectionMatch[] = findSections(text);
7172
const matches = all_matches.filter((item: SectionMatch) => item.depth === 1);
7273

0 commit comments

Comments
 (0)