Skip to content

Conversation

rinOfTheStars
Copy link
Contributor

Doesn't actually implement any scopes (though it does define a few as being notApplicable), but defines gdscript (.gd) as a supported language, easing further development by not requiring me to run a local build of Cursorless when working on actual scope implementations in the future. This has been done for quite a while but I've not had the time to submit the PR until now due to a generally stressful fall semester and catching COVID during the first week of classes, so I thought I'd get the PR in now before I forget again >.<

@rinOfTheStars rinOfTheStars requested a review from a team as a code owner October 11, 2025 21:07
@AndreasArvidsson
Copy link
Member

You need to run prettier. That is what pre commit is complaining about.

"mrob95.vscode-talonscript", // talon
"jrieken.vscode-tree-sitter-query", // scm
"mathiasfrohlich.kotlin", // kotlin
"geequlim.godot-tools", //gdscript
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"geequlim.godot-tools", //gdscript
"geequlim.godot-tools", // gdscript

import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";

//eslint-disable-next-line
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
//eslint-disable-next-line
// eslint-disable-next-line

Copy link
Member

@AndreasArvidsson AndreasArvidsson Oct 13, 2025

Choose a reason for hiding this comment

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

Not a big fan of committing an empty file. Please add at least one scope to it. You can do something simple like comment for example.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Going to need to make another PR to add another codium cli naming related fix first so I can more easily do that, but once that's done that should be easy enough

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See #3093 for the fixes mentioned above

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.

2 participants