{"id":15792595,"url":"https://github.com/nfour/sublime-coffeescript-syntax","last_synced_at":"2026-01-08T14:50:45.686Z","repository":{"id":30214577,"uuid":"33765573","full_name":"nfour/Sublime-Coffeescript-Syntax","owner":"nfour","description":null,"archived":false,"fork":false,"pushed_at":"2015-04-11T10:53:09.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T23:11:24.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/nfour.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}},"created_at":"2015-04-11T06:36:09.000Z","updated_at":"2015-04-11T06:36:09.000Z","dependencies_parsed_at":"2022-09-06T19:52:40.524Z","dependency_job_id":null,"html_url":"https://github.com/nfour/Sublime-Coffeescript-Syntax","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/nfour%2FSublime-Coffeescript-Syntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfour%2FSublime-Coffeescript-Syntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfour%2FSublime-Coffeescript-Syntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfour%2FSublime-Coffeescript-Syntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfour","download_url":"https://codeload.github.com/nfour/Sublime-Coffeescript-Syntax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246523896,"owners_count":20791444,"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-10-04T23:02:11.686Z","updated_at":"2026-01-08T14:50:45.647Z","avatar_url":"https://github.com/nfour.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Coffeescript .tmLanguage \n\n![Coffeescript](http://i.imgur.com/zj6q7yS.png)\n\nThis is built off of [Better CoffeeScript](https://packagecontrol.io/packages/Better%20CoffeeScript).\n\n\n### Features\n- Adds function call highlighting scope `meta.function-call.coffee`\nThis includes `fn 1`, `fn(1)`\n\t```\n\tfn ++something\n\tfn( {something: 1} )\n\tfn  \n\t\tsomething: 1\n\t```\n- Removes a lot of variable assignment scopes that cannot be always gauranteed.\nIn this example, `something` can't be detected with `.tmLanguage` hightlighting\n```coffee\n{\n\tsomething\n} = stuff\n```\nThere are many more instances of this. The philosophy is that everything is a variable until specified otherwise. Object keys for example are kept.\n- Dots in `some.thing.here()` are always highlighted, in parameter lists etc.\n- `{}[]().=\u003e-\u003e\"\"''` characters are ensured scopes\n- Adds JSX highlighting.\n\t+ Not 100% complete but works for most cases at the moment. Some nesting scenarios produce bad highliting, need to look into it further.\n\n### Install\n- Clone this repo into `./Data/Packages/`.\n- Select this `CoffeeScript` for your CoffeeScript files in the statusbar's dropdown.\n- To use this `.tmLanguage` alongside another addon; simply replace it. With packaged apps this would mean creating the path `./Data/Packages/Better CoffeeScript/CoffeeScript.tmLanguage` (Thus overwriting the file inside the package in `./Data/Installed Packages/` package). There may be an easier way but I have found trying to co-habitat with two identically named synates results in this one reverting.\n\n### Further work\n- I will eventually rewrite the whole thing using the new YAML ST3 highlighting syntax which apparently allows for more flexibility. This should ensure better coverage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfour%2Fsublime-coffeescript-syntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfour%2Fsublime-coffeescript-syntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfour%2Fsublime-coffeescript-syntax/lists"}