Add RAScript language by joshraphael · Pull Request #7665 · github-linguist/linguist · GitHub
Skip to content

Add RAScript language#7665

Merged
lildude merged 2 commits into
github-linguist:mainfrom
joshraphael:rascript
Jan 8, 2026
Merged

Add RAScript language#7665
lildude merged 2 commits into
github-linguist:mainfrom
joshraphael:rascript

Conversation

@joshraphael

Copy link
Copy Markdown
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

@lildude lildude left a comment

Copy link
Copy Markdown
Member

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
@joshraphael joshraphael deleted the rascript branch January 10, 2026 05:56
@github-linguist github-linguist locked as resolved and limited conversation to collaborators Apr 16, 2026
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.

2 participants