Skip to content

Set SCIP document languages - #476

Merged
christoph-sg merged 3 commits into
mainfrom
document-language
Sep 11, 2026
Merged

christoph-sg merged 3 commits into
mainfrom
document-language

Conversation

@eseliger

@eseliger eseliger commented Aug 22, 2026

Copy link
Copy Markdown
Member

Implements support for document language.

Closes #403.

@eseliger eseliger changed the title document language Set SCIP document languages Aug 22, 2026
@eseliger
eseliger marked this pull request as ready for review August 22, 2026 20:59
@eseliger
eseliger marked this pull request as draft August 22, 2026 21:08
@eseliger
eseliger marked this pull request as ready for review August 22, 2026 21:35
@eseliger
eseliger marked this pull request as draft August 22, 2026 22:07
@eseliger
eseliger marked this pull request as ready for review August 22, 2026 23:27
Base automatically changed from symbol-kinds to main September 11, 2026 09:03

@christoph-sg christoph-sg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change request. I'll implement it

Comment thread src/ProjectIndexer.ts Outdated
}
}

export function languageForFileName(fileName: string): string {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not return empty strings if we can't figure out the language, and return : string | undefined instead.

@christoph-sg
christoph-sg merged commit 698651d into main Sep 11, 2026
6 of 7 checks passed
@christoph-sg
christoph-sg deleted the document-language branch September 11, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Finding No Language, No Kinds in simple node app

2 participants