{"id":16101413,"url":"https://github.com/xdrop/java-bytecode","last_synced_at":"2025-08-16T11:09:22.612Z","repository":{"id":35559135,"uuid":"39830962","full_name":"xdrop/Java-Bytecode","owner":"xdrop","description":"This is a package for ST2/ST3 to introduce syntax highlightning for Java bytecode instructions","archived":false,"fork":false,"pushed_at":"2017-12-02T18:52:21.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T00:27:32.987Z","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/xdrop.png","metadata":{"files":{"readme":"README.rst","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-07-28T11:50:51.000Z","updated_at":"2024-11-17T12:27:36.000Z","dependencies_parsed_at":"2022-09-18T00:21:56.154Z","dependency_job_id":null,"html_url":"https://github.com/xdrop/Java-Bytecode","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/xdrop/Java-Bytecode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdrop%2FJava-Bytecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdrop%2FJava-Bytecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdrop%2FJava-Bytecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdrop%2FJava-Bytecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdrop","download_url":"https://codeload.github.com/xdrop/Java-Bytecode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdrop%2FJava-Bytecode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702562,"owners_count":24630877,"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-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2024-10-09T18:49:53.563Z","updated_at":"2025-08-16T11:09:22.586Z","avatar_url":"https://github.com/xdrop.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"================================================\nSublime Text Java Bytecode (Syntax highlighting)\n================================================\n\n.. image:: https://img.shields.io/badge/package-control-blue.svg?style=plastic\n   :target: https://packagecontrol.io/packages/Java%20Bytecode\n\nOverview\n========\n\nThis is a package for introducing Java bytecode syntax highlighting to the `Sublime Text  \u003chttp://www.sublimetext.com/\u003e`_\neditor (*ST2/ST3*). \n\nCurrently supported:\n\n- `Javap \u003chttp://docs.oracle.com/javase/7/docs/technotes/tools/windows/javap.html\u003e`_ output\n- `Java Bytecode Editor \u003chttp://set.ee/jbe/\u003e`_ output\n\n\nJavap (Java class file disassembler)\n*************************************\n\n\n.. image:: http://i.imgur.com/QbtbKpg.png\n\n\nJBE (Java Bytecode Editor)\n********************************\n.. image:: http://i.imgur.com/uAXOxfy.png\n\n\n\nVersion\n=======\n\n1.0.5\n\nInstallation\n=============\n\n\n#. Having installed `Package Control \u003chttps://packagecontrol.io/installation\u003e`_ access the ``Command Pallete`` (`Ctrl+Shift+P`), select ``Install package`` and then select ``Java Bytecode``.\n\n#. In the bottom right corner click and select **Java Bytecode \u003e Java Bytecode (Default)** (or `Custom` if you've set up a custom color scheme)\n\n\n*Alternatively* if you have not installed Package control (which I highly recommend):\n\n#. Go to **Preferences | Browse packages...**\n#. While inside the **Packages** directory, clone the theme repository using the command below: \n\n    ``git clone https://github.com/xdrop/Java-Bytecode.git \"Java Bytecode\"``\n\n\n\n\nCustom syntax highlighting\n===========================\nThe package comes with support for custom syntax highlighting by including the following custom scopes:\n\n* ``return`` and similar keywords\n* ``new`` keyword\n* ``getfield/putfield`` and similar field accessors\n* ``astore`` and similar local field storing\n* ``aload`` and similar local field loaders\n* calls to ``invoke...`` \n* ``nop``\n* java keywords used by javap\n* list of all bytecode instructions\n\n**(!)** To use custom syntax coloring you need to edit the theme you use to provide support for these custom scopes.\n\nInstructions\n*************\n#. Obtain the ``.tmTheme`` file of the color scheme you are using and wish to edit\n#. Open it in a text editor\n#. Get the ``addedscopes.xml`` file from this package directory\n#. Locate the ``\u003c/array\u003e`` closing tag and copy the contents of ``addedscopes.xml`` **before** it.\n#. Load your new ``.tmTheme`` file into `tmTheme Editor  \u003chttps://github.com/aziz/tmTheme-Editor\u003e`_ and customize it to your needs.\n#. Download it and add it to your packages directory.\n#. Go to **Preferences | Color Scheme** and select it.\n#. Set **Java Bytecode (Custom highlighting)** as your language.\n\n\nLicense:\n==========\n\nCopyright (c) 2015-2017 xdrop\n\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdrop%2Fjava-bytecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdrop%2Fjava-bytecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdrop%2Fjava-bytecode/lists"}