{"id":13896767,"url":"https://github.com/leafo/moonscript-textadept","last_synced_at":"2025-11-13T20:02:33.831Z","repository":{"id":66222880,"uuid":"48682284","full_name":"leafo/moonscript-textadept","owner":"leafo","description":"Textadept support for MoonScript","archived":false,"fork":false,"pushed_at":"2016-11-13T04:19:13.000Z","size":58,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-04T17:28:52.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MoonScript","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/leafo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-12-28T08:25:16.000Z","updated_at":"2023-07-25T13:59:27.000Z","dependencies_parsed_at":"2023-05-28T13:15:49.350Z","dependency_job_id":null,"html_url":"https://github.com/leafo/moonscript-textadept","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fmoonscript-textadept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fmoonscript-textadept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fmoonscript-textadept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fmoonscript-textadept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leafo","download_url":"https://codeload.github.com/leafo/moonscript-textadept/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286520,"owners_count":19777353,"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":[],"created_at":"2024-08-06T18:03:08.581Z","updated_at":"2025-11-13T20:02:33.780Z","avatar_url":"https://github.com/leafo.png","language":"MoonScript","funding_links":[],"categories":["MoonScript"],"sub_categories":[],"readme":"# MoonScript Textadept support\n\nThis package comes with both a theme and a syntax lexer.\n\n![screenshot](https://raw.githubusercontent.com/leafo/moonscript-textadept/master/screenshot.png)\n\n## Install\n\nTo install, copy `lexers/moonscript.lua` to a `lexers` directory in your local\ntextadept directory (usually `.textadept`).\n\nTo install the theme copy `themes/moon.lua` to a `themes` directory in your\nlocal textadept directory.\n\nUpdate your `init.lua`:\n\n```lua\n-- enable the lexer\nlocal file_types = require \"textadept.file_types\"\nfile_types.extensions.moon = \"moonscript\"\n\n-- enable the theme, with a custom font (optional)\nui.set_theme(CURSES and \"term\" or \"moon\", {\n\tfont = \"Source Code Pro\",\n\tfontsize = 14,\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafo%2Fmoonscript-textadept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleafo%2Fmoonscript-textadept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafo%2Fmoonscript-textadept/lists"}