Skip to content

Commit 0dc2760

Browse files
committed
README further tweaks
1 parent b70d60a commit 0dc2760

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.rst

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Sublime Text Java Bytecode (Syntax highlighting)
33
================================================
44

5+
Overview
6+
========
57

68
This is a package for introducing Java bytecode syntax highlighting to the `SublimeText <http://www.sublimetext.com/>`_
79
editor (*ST2/ST3*).
@@ -13,23 +15,25 @@ Currently supported:
1315

1416

1517
Javap (Java class file disassembler)
16-
======================================
18+
*************************************
19+
1720

1821
.. image:: http://i.imgur.com/QbtbKpg.png
1922

2023

2124
JBE (Java Bytecode Editor)
22-
===========================
25+
********************************
2326
.. image:: http://i.imgur.com/uAXOxfy.png
2427

2528

29+
2630
Version
27-
********
28-
1.0.2
31+
=======
2932

33+
1.0.2
3034

3135
Installation
32-
*************
36+
=============
3337

3438

3539
#. 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
4852

4953

5054
Custom syntax highlighting
51-
***************************
55+
===========================
5256
The package comes with support for custom syntax highlighting by including the following custom scopes:
5357

5458
* ``return`` and similar keywords
@@ -64,7 +68,7 @@ The package comes with support for custom syntax highlighting by including the f
6468
**(!)** To use custom syntax coloring you need to edit the theme you use to provide support for these custom scopes.
6569

6670
Instructions
67-
=============
71+
*************
6872
#. Obtain the ``.tmTheme`` file of the color scheme you are using and wish to edit
6973
#. Open it in a text editor
7074
#. Get the ``addedscopes.xml`` file from this package directory
@@ -76,7 +80,7 @@ Instructions
7680

7781

7882
License:
79-
*********
83+
==========
8084

8185
Copyright (c) 2015 xdrop
8286

0 commit comments

Comments
 (0)