Skip to content

Conversation

@joshraphael
Copy link
Contributor

Add RAScript language support with .rascript extension

Description

This PR adds support for the RAScript language. RAScript is a DSL that allows achievement developers for retroachievements.org the ability to design achievements using many of the modern conveniences provided by programming languages - such as variables, loops, and comments.

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: https://github.com/joshraphael/rascript-syntax
    • I have added a color
      • Hex value: #2C97FA
      • Rationale: The site uses two main colors, a blue and yellow, this is the blue that seems to be popular throughout each web page RGB(44, 151, 250)
    • I have updated the heuristics to distinguish my language from others using the same extension. (there are no other languages with the .rascript extension in linguist.)

@joshraphael joshraphael marked this pull request as ready for review November 9, 2025 06:17
@joshraphael joshraphael requested a review from a team as a code owner November 9, 2025 06:17
Copy link
Member

@lildude lildude left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

Important

The changes in this PR will not appear on GitHub until the next release has been made and deployed. See here for more details.

@lildude lildude added this pull request to the merge queue Jan 8, 2026
Merged via the queue into github-linguist:main with commit c108df8 Jan 8, 2026
5 checks passed
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