You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
Sublime Text Java Bytecode (Syntax highlighting)
3
3
================================================
4
4
5
+
Overview
6
+
========
5
7
6
8
This is a package for introducing Java bytecode syntax highlighting to the `SublimeText <http://www.sublimetext.com/>`_
7
9
editor (*ST2/ST3*).
@@ -13,23 +15,25 @@ Currently supported:
13
15
14
16
15
17
Javap (Java class file disassembler)
16
-
======================================
18
+
*************************************
19
+
17
20
18
21
.. image:: http://i.imgur.com/QbtbKpg.png
19
22
20
23
21
24
JBE (Java Bytecode Editor)
22
-
===========================
25
+
********************************
23
26
.. image:: http://i.imgur.com/uAXOxfy.png
24
27
25
28
29
+
26
30
Version
27
-
********
28
-
1.0.2
31
+
=======
29
32
33
+
1.0.2
30
34
31
35
Installation
32
-
*************
36
+
=============
33
37
34
38
35
39
#. Having installed `Package Control <https://packagecontrol.io/installation>`_ access the ``Command Pallete`` (`Ctrl+Shift+P`), select ``Install package`` and then select ``Java Bytecode``.
@@ -48,7 +52,7 @@ Installation
48
52
49
53
50
54
Custom syntax highlighting
51
-
***************************
55
+
===========================
52
56
The package comes with support for custom syntax highlighting by including the following custom scopes:
53
57
54
58
* ``return`` and similar keywords
@@ -64,7 +68,7 @@ The package comes with support for custom syntax highlighting by including the f
64
68
**(!)** To use custom syntax coloring you need to edit the theme you use to provide support for these custom scopes.
65
69
66
70
Instructions
67
-
=============
71
+
*************
68
72
#. Obtain the ``.tmTheme`` file of the color scheme you are using and wish to edit
69
73
#. Open it in a text editor
70
74
#. Get the ``addedscopes.xml`` file from this package directory
0 commit comments