{"id":23207326,"url":"https://github.com/mattmcfarland/maniascript.tmlanguage","last_synced_at":"2025-08-19T02:33:39.688Z","repository":{"id":48005365,"uuid":"85977579","full_name":"MattMcFarland/ManiaScript.tmLanguage","owner":"MattMcFarland","description":"Native tmLanguage Grammar for ManiaScript","archived":false,"fork":false,"pushed_at":"2021-08-11T02:47:48.000Z","size":73,"stargazers_count":2,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T16:29:45.909Z","etag":null,"topics":["maniascript","tmlanguage"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MattMcFarland.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-23T17:21:55.000Z","updated_at":"2023-03-05T05:26:15.000Z","dependencies_parsed_at":"2022-08-12T16:21:09.198Z","dependency_job_id":null,"html_url":"https://github.com/MattMcFarland/ManiaScript.tmLanguage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MattMcFarland/ManiaScript.tmLanguage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattMcFarland%2FManiaScript.tmLanguage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattMcFarland%2FManiaScript.tmLanguage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattMcFarland%2FManiaScript.tmLanguage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattMcFarland%2FManiaScript.tmLanguage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MattMcFarland","download_url":"https://codeload.github.com/MattMcFarland/ManiaScript.tmLanguage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattMcFarland%2FManiaScript.tmLanguage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271090176,"owners_count":24697529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"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":["maniascript","tmlanguage"],"created_at":"2024-12-18T17:18:42.287Z","updated_at":"2025-08-19T02:33:39.454Z","avatar_url":"https://github.com/MattMcFarland.png","language":"JavaScript","readme":"# ManiaScript.tmLanguage\nNative TextMate Language Grammar File\n\n## Why?\nThis is the grammar resource for ManiaScript.  It's purpose is to be the single source of truth for \nthe grammar files, so that text/code editors may use the same .tmLanguage files.\n\n## How to use\n\nThe final .tmLanguage file is *not* in source control, instead it is built from the `src` path.\n\n## Usage\n```\ngit clone https://github.com/MattMcFarland/ManiaScript.tmLanguage\ncd ManiaScript.tmLanguage\nnpm install\nnpm run build\n```\n\nOnce you build the scripts, you can access it in the `build` path, then you may export that to your plugin.\nI recommend using this as a dependency, instead of manually copying it over. However, it depends on the IDE you are supporting.\n\n## Usage with a NodeJS editor\nEditors like Atom and VS Code for example use the NodeJS runtime, so you can simply do this as part of your `publish` script\n\n```javascript\nconst tmLanguage = require('maniascript-tmlanguage')\n\n// write to xml\nfs.writeFileSync('ManiaScript.tmLanguage', tmLanguage.plist);\n\n// write to yaml\nfs.writeFileSync('ManiaScript.YAML-tmLanguage', tmLanguage.yaml);\n\n// write to json\nfs.writeFileSync('ManiaScript.JSON-tmLanguage', tmLanguage.json);\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmcfarland%2Fmaniascript.tmlanguage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmcfarland%2Fmaniascript.tmlanguage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmcfarland%2Fmaniascript.tmlanguage/lists"}