{"id":16504835,"url":"https://github.com/spencerpark/mellowd-lang-support","last_synced_at":"2026-05-11T11:39:57.239Z","repository":{"id":57136568,"uuid":"75450640","full_name":"SpencerPark/mellowd-lang-support","owner":"SpencerPark","description":"Support tools for editing code in the MellowD language.","archived":false,"fork":false,"pushed_at":"2023-03-18T11:11:29.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T02:57:27.055Z","etag":null,"topics":["brackets","codemirror","mellowd","syntax-highlighting"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/SpencerPark.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}},"created_at":"2016-12-03T04:03:45.000Z","updated_at":"2023-11-21T19:42:27.000Z","dependencies_parsed_at":"2025-01-12T12:31:19.553Z","dependency_job_id":"46e8e820-35bf-4ccd-9508-bed572ea88f9","html_url":"https://github.com/SpencerPark/mellowd-lang-support","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"c6d6b18c5a94fe64e62ecfbdc067e514768303a7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpencerPark%2Fmellowd-lang-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpencerPark%2Fmellowd-lang-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpencerPark%2Fmellowd-lang-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpencerPark%2Fmellowd-lang-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpencerPark","download_url":"https://codeload.github.com/SpencerPark/mellowd-lang-support/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241435137,"owners_count":19962401,"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","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":["brackets","codemirror","mellowd","syntax-highlighting"],"created_at":"2024-10-11T15:07:26.141Z","updated_at":"2026-05-11T11:39:57.204Z","avatar_url":"https://github.com/SpencerPark.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"The language\n============\n\nCheck out [MellowD](https://github.com/SpencerPark/MellowD) which is the language these tools were created to support.\n\nBrackets Extension\n==================\n\nFor developers hacking with [Brackets](http://brackets.io/) you can grab this extension to get some syntax highlighting for `.mlod` files.\n\n1. Download/open Brackets\n2. Click on the lego icon on the right to open the extensions window\n3. In the `Available` tab search for `MellowD` and install the `MellowD Syntax Highlighter` plugin by `Spencer Park`. (That's me!)\n4. The theme I use (which also looks great with this syntax highlighter) is [Default Dark - Base16](https://github.com/skjnldsv/default-dark)\n   \nCodeMirror Mode\n===============\n\n[CodeMirror](https://codemirror.net/) is a fantastic project that is open source on GitHub at [https://github.com/codemirror/CodeMirror/](https://github.com/codemirror/CodeMirror/). It is essentially a code editor written in javascript that Brackets has made use of under the hood.\n\nTo support a new language in CodeMirror you need to write a `mode` that teaches it how to highlight the syntax and that is exactly what this project did. You can find the mode in the `codemirror` directory written in typescript. If you want to embed a MellowD editor on a website this is the mode you will need to use.\n \nBuilding\n========\n\nThe project uses `npm` for dependency management and `gulp` for building. If you don't have `npm` you will need to install [NodeJS](https://nodejs.org/en/download/) for your system. This should include `npm` so just make sure it is included in your `PATH` by running `npm -version`.\n\n1. Clone this repository\n   ```bash\n   git clone https://github.com/SpencerPark/mellowd-lang-support.git\n   ```\n2. Install all the required packages\n   ```bash\n   cd mellowd-lang-support/\n   npm install\n   cd codemirror\n   npm install\n   cd ../../\n   ```\n3. Build the projects:\n   If you have `gulp` installed globally (you ran `npm install -g gulp`) then just run\n   ```bash\n   cd mellowd-lang-support/\n   gulp build\n   ```\n   Otherwise you can skip the global install and just use the local one you just installed\n   ```bash\n   cd mellowd-lang-support/\n   ./node_modules/.bin/gulp build\n   ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspencerpark%2Fmellowd-lang-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspencerpark%2Fmellowd-lang-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspencerpark%2Fmellowd-lang-support/lists"}