{"id":29845848,"url":"https://github.com/joshraphael/rascript-language-server","last_synced_at":"2026-01-21T01:06:26.092Z","repository":{"id":298981548,"uuid":"995632271","full_name":"joshraphael/rascript-language-server","owner":"joshraphael","description":"Provides language support for the RATools scripting language conforming to Microsofts Language Server Protocol","archived":false,"fork":false,"pushed_at":"2025-09-12T00:15:04.000Z","size":84,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-12T01:14:09.681Z","etag":null,"topics":["achievement","achievements","language-server","language-server-protocol","lsp","lsp-server","rascript","ratools","retroachievements"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshraphael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-03T19:31:08.000Z","updated_at":"2025-07-07T02:02:33.000Z","dependencies_parsed_at":"2025-07-29T17:32:16.604Z","dependency_job_id":"4e5c4eb4-c22a-4414-a992-0e3c98071ca8","html_url":"https://github.com/joshraphael/rascript-language-server","commit_stats":null,"previous_names":["joshraphael/rascript-language-server"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/joshraphael/rascript-language-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Frascript-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Frascript-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Frascript-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Frascript-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshraphael","download_url":"https://codeload.github.com/joshraphael/rascript-language-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Frascript-language-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["achievement","achievements","language-server","language-server-protocol","lsp","lsp-server","rascript","ratools","retroachievements"],"created_at":"2025-07-29T17:18:55.322Z","updated_at":"2026-01-21T01:06:26.087Z","avatar_url":"https://github.com/joshraphael.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rascript-language-server\n\n# RAScript Language Server\n\nProvides language support for the [RATools](https://github.com/Jamiras/RATools) scripting language conforming to Microsofts [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)\n\n[![GitHub License](https://img.shields.io/github/license/joshraphael/rascript-language-server)](https://github.com/joshraphael/rascript-language-server/blob/main/LICENSE)\n[![pipeline](https://github.com/joshraphael/rascript-language-server/actions/workflows/release.yaml/badge.svg)](https://github.com/joshraphael/rascript-language-server/actions/workflows/release.yaml)\n[![GitHub Tag](https://img.shields.io/github/v/tag/joshraphael/rascript-language-server)](https://github.com/joshraphael/rascript-language-server/tags)\n[![GitHub repo size](https://img.shields.io/github/repo-size/joshraphael/rascript-language-server)](https://github.com/joshraphael/rascript-language-server/archive/main.zip)\n\n## Requirements\n- dotnet\n- Make\n\n## Quickstart\nTo start, download and unzip the latest binary release for your operating system [here](https://github.com/joshraphael/rascript-language-server/releases/latest). Point your language server client to the location of the downloaded binary, example:\n\nLinux/MacOS:\n```text\n/home/joshraphael/rascript-language-server_v0.0.1_linux-x64\n```\n\nWindows:\n```text\nC:\\Users\\joshraphael\\rascript-language-server_v0.0.1_win-x64.exe\n```\n\n## Feature Highlights\n- Syntax Highlighting - Custom RAScript syntax highlighting using TextMate.\n- Function navigation - Jump to a functions defintion.\n- Code Completion - Completion results appear for symbols as you type.\n- Hover Info - Documentation appears when you hover over a function or class.\n\n## Projects Using rascript-language-server\n- [vscode-rascript](https://github.com/joshraphael/vscode-rascript) - VSCode language client for RAScript.\n- [sublime-rascript](https://github.com/joshraphael/sublime-rascript) - SublimeText language client for RAScript.\n- [npp-rascript](https://github.com/joshraphael/npp-rascript) - Notepad++ language client for RAScript.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshraphael%2Frascript-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshraphael%2Frascript-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshraphael%2Frascript-language-server/lists"}