{"id":30593563,"url":"https://github.com/joshraphael/npp-rascript","last_synced_at":"2026-07-01T01:31:28.474Z","repository":{"id":311058768,"uuid":"1035611524","full_name":"joshraphael/npp-rascript","owner":"joshraphael","description":"Notepad++ plugin to define RAScript grammar ","archived":false,"fork":false,"pushed_at":"2025-11-01T21:34:42.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T06:48:54.817Z","etag":null,"topics":["notepad-plus-plus","notepad-plusplus-plugin","npp","npp-plugin","rascript","ratools"],"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}},"created_at":"2025-08-10T19:04:53.000Z","updated_at":"2025-11-01T21:34:41.000Z","dependencies_parsed_at":"2025-08-21T23:06:46.182Z","dependency_job_id":null,"html_url":"https://github.com/joshraphael/npp-rascript","commit_stats":null,"previous_names":["joshraphael/npp-rascript"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/joshraphael/npp-rascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Fnpp-rascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Fnpp-rascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Fnpp-rascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Fnpp-rascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshraphael","download_url":"https://codeload.github.com/joshraphael/npp-rascript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshraphael%2Fnpp-rascript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34989787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["notepad-plus-plus","notepad-plusplus-plugin","npp","npp-plugin","rascript","ratools"],"created_at":"2025-08-29T18:42:25.646Z","updated_at":"2026-07-01T01:31:28.466Z","avatar_url":"https://github.com/joshraphael.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npp-rascript\n\nNotepad++ plugin to define RAScript grammar\n\n[![GitHub License](https://img.shields.io/github/license/joshraphael/npp-rascript)](https://github.com/joshraphael/npp-rascript/blob/main/LICENSE)\n[![pipeline](https://github.com/joshraphael/npp-rascript/actions/workflows/release.yaml/badge.svg)](https://github.com/joshraphael/npp-rascript/actions/workflows/release.yaml)\n[![pipeline](https://github.com/joshraphael/npp-rascript/actions/workflows/test.yaml/badge.svg)](https://github.com/joshraphael/npp-rascript/actions/workflows/test.yaml)\n[![GitHub Tag](https://img.shields.io/github/v/tag/joshraphael/npp-rascript)](https://github.com/joshraphael/npp-rascript/tags)\n[![GitHub repo size](https://img.shields.io/github/repo-size/joshraphael/npp-rascript)](https://github.com/joshraphael/npp-rascript/archive/main.zip)\n\n## Setup\n\nThis plugin pulls the raw source code from [notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus) using git submodules. You can use the pre-defined make commands to build the DLL of the plugin and move it to your plugins folder. A provided [RAScript.vcxproj](RAScript.vcxproj) file is also included for those that use Windows to build this module.\n\n**Note:** If building on Windows, be sure to generate the [files located in the templates folder](templates/) over to the `src/` folder before trying to build, you can use the provided [scripts/generate.ps1](scripts/generate.ps1) powershell script\n\n## Debugging\n\nThe plugin has printing enabled when compiled in debug mode, use the `-DDEBUG` flag to enable printing. To view the logs you need to have a progam like [DebugView](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) running so it can capture the logging output and display it for you. The makefile has some pre-existing commands to help get started using `make debug`\n\n### LSP\nThis language uses [rascript-language-server](https://github.com/joshraphael/rascript-language-server) to handle language hints and code tools, download the latest release and place the file somewhere you can remember on your computer (ex: `C:\\Users\\joshraphael\\rascript-language-server_v0.0.1_win-x64.exe`)\n\nInstall the [NppLspClient](https://github.com/Ekopalypse/NppLspClient) plugin and place it in your plugins folder. When starting up Notepad++ after installation go to `Plugins \u003e NppLspClient \u003e Open configuration file` and paste in the following configuration for RAScript\n\n```toml\n[lspservers.\"rascript\"]\nmode = \"io\"\nexecutable = 'C:\\Users\\joshraphael\\rascript-language-server_v0.0.1_win-x64.exe'\nauto_start_server = true\n```\n\nSave and restart your editor and your RAScripts should start getting code tools.\n\n## Make Commands\n\n| Title                    | Command              | Parameters | Description                                            |\n|--------------------------|----------------------|------------|--------------------------------------------------------|\n| Compile 64-bit Plugin    | `make compile-x64`   | None       | Builds the x64 version of the plugin                   |\n| Compile 32-bit Plugin    | `make compile-Win32` | None       | Builds the Win32 version of the plugin                 |\n| Linux Dependencies       | `make deps`          | None       | Download the Linux binaries to build a Windows C++ DLL |\n| Start Debug Print Window | `make debug`         | None       | Start DebugView to view logs (under wine defaults)     |\n| Install                  | `make install`       | None       | Install the extension locally (under wine defaults)    |\n| Generate Linux files     | `make generate`      | None       | Generate files based on Linux OS                       |\n| Generate Windows files   | `make generate-win`  | None       | Generate files based on Windows OS                     |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshraphael%2Fnpp-rascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshraphael%2Fnpp-rascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshraphael%2Fnpp-rascript/lists"}