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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,23 +13,23 @@ Currently supported:
13
13
14
14
15
15
Javap (Java class file disassembler)
16
-
**************************************
16
+
======================================
17
17
18
18
.. image:: http://i.imgur.com/QbtbKpg.png
19
19
20
20
21
21
JBE (Java Bytecode Editor)
22
-
*****************************************
22
+
===========================
23
23
.. image:: http://i.imgur.com/uAXOxfy.png
24
24
25
25
26
26
Version
27
-
=======
27
+
********
28
28
1.0.2
29
29
30
30
31
31
Installation
32
-
=============
32
+
*************
33
33
34
34
35
35
#. 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 +48,7 @@ Installation
48
48
49
49
50
50
Custom syntax highlighting
51
-
===========================
51
+
***************************
52
52
The package comes with support for custom syntax highlighting by including the following custom scopes:
53
53
54
54
* ``return`` and similar keywords
@@ -64,7 +64,7 @@ The package comes with support for custom syntax highlighting by including the f
64
64
**(!)** To use custom syntax coloring you need to edit the theme you use to provide support for these custom scopes.
65
65
66
66
Instructions
67
-
************
67
+
=============
68
68
#. Obtain the ``.tmTheme`` file of the color scheme you are using and wish to edit
69
69
#. Open it in a text editor
70
70
#. Get the ``addedscopes.xml`` file from this package directory
0 commit comments