{"id":16724988,"url":"https://github.com/pchaigno/sublime-aspectj","last_synced_at":"2026-03-18T21:49:55.949Z","repository":{"id":36479990,"uuid":"40785552","full_name":"pchaigno/sublime-aspectj","owner":"pchaigno","description":"AspectJ syntax highlighting for Sublime Text","archived":false,"fork":false,"pushed_at":"2017-11-17T12:38:40.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T05:17:11.484Z","etag":null,"topics":["aspectj","highlight-aspectj","sublime-text","syntax-highlighting"],"latest_commit_sha":null,"homepage":"","language":null,"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/pchaigno.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}},"created_at":"2015-08-15T21:16:27.000Z","updated_at":"2023-07-11T12:55:30.000Z","dependencies_parsed_at":"2022-09-10T11:01:18.879Z","dependency_job_id":null,"html_url":"https://github.com/pchaigno/sublime-aspectj","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fsublime-aspectj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fsublime-aspectj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fsublime-aspectj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchaigno%2Fsublime-aspectj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pchaigno","download_url":"https://codeload.github.com/pchaigno/sublime-aspectj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746233,"owners_count":20341203,"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":["aspectj","highlight-aspectj","sublime-text","syntax-highlighting"],"created_at":"2024-10-12T22:47:31.757Z","updated_at":"2025-12-30T18:04:39.115Z","avatar_url":"https://github.com/pchaigno.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syntax highlighting for AspectJ\n\nThis package provides syntax highlighting for Sublime Text 2 and 3.\nIt is also used to highlight AspectJ code on GitHub (in files, Gists and Markdown documents).\n\n## Installation\n\n### Package Control\n\nI recommend using [Package Control](https://packagecontrol.io/), the Sublime Text package manager to install this package. It is much more convenient.\n\n### Manual installation\n\nTo install this package manually, please do:\n\n```\ncd /tmp\nwget -O sublime-aspectj.tar.gz http://github.com/pchaigno/sublime-aspectj/tarball/master\ntar -xzvf sublime-aspectj.tar.gz\nmv pchaigno-sublime-aspectj-*/*.tmLanguage ~/.config/sublime-text-2/Packages/User/\n```\n\n## GitHub preview\n\n```aspectj\npublic aspect CacheAspect {\n\n\tpublic pointcut cache(Cachable c): execution(@Cachable * * (..)) \u0026\u0026 @annotation(c);\n\t\n\tObject around(Cachable cachable): cache(cachable) {\n\t\treturn proceed(cachable);\n\t}\n}\n```\n\n\n## License\n\nThis package is under [MIT license](LICENSE).\n\nThe Java syntax is based on https://github.com/textmate/java.tmbundle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchaigno%2Fsublime-aspectj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpchaigno%2Fsublime-aspectj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchaigno%2Fsublime-aspectj/lists"}