Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gradle Kotlin DSL #6541

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Add Gradle Kotlin DSL #6541

merged 1 commit into from
Sep 13, 2023

Conversation

lildude
Copy link
Member

@lildude lildude commented Sep 11, 2023

Description

This PR adds Gradle Kotlin DSL as a new language grouped with Gradle.

Closes #6469

Checklist:

  • I am adding a new language.
    • The extension of the new language is used in hundreds of repositories on GitHub.com.
    • I have included a real-world usage sample for all extensions added in this PR:
    • I have included a syntax highlighting grammar: [URL to grammar repo]
    • I have added a color
      • Hex value: #02303a
      • Rationale: It's the same colour as used for Gradle
    • I have updated the heuristics to distinguish my language from others using the same extension.

/cc mikewacker as author of #6469

@lildude lildude requested a review from a team as a code owner September 11, 2023 10:59
@lildude lildude merged commit 29e811b into master Sep 13, 2023
5 checks passed
@lildude lildude deleted the lildude/gradle-kotlin branch September 13, 2023 08:47
@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.gradle.kts files should not be listed as Kotlin code
1 participant