Skip to content

Commit 5c8ddb1

Browse files
authored
fix markdown syntax problems
1 parent 04346a2 commit 5c8ddb1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
============
21
Sublime Text Soar Tools
32
============
43

@@ -14,11 +13,11 @@ Getting Started
1413
Current Functionality
1514
=====================
1615

17-
###Syntax Highlighting
16+
### Syntax Highlighting
1817

1918
Soar syntax highlighting is applied to files with the .soar, .soarunit, or .dm extensions. Code folding is also provided but is irregular at the moment.
2019

21-
###Snippets
20+
### Snippets
2221

2322
Several snippets are currently provided for various types of Soar productions, [SoarDoc](http://web.eecs.umich.edu/~soar/sitemaker/projects/soardoc/soardoc.html), and [SoarUnit](https://code.google.com/p/jsoar/wiki/SoarUnit) setup/test blocks. SoarDoc snippets are triggered by `##!` and production snippets are triggered by `sp`. Provided snippets are:
2423

@@ -34,7 +33,7 @@ Several snippets are currently provided for various types of Soar productions, [
3433
- setup block
3534
- test block
3635

37-
###SoarUnit
36+
### SoarUnit
3837

3938
If you have [JSoar/SoarUnit](https://code.google.com/p/jsoar/wiki/SoarUnit) on your computer, you can run it with a build command (ctrl+b or command+b) when you have a SoarUnit file open. You will, however, need to specify the location of SoarUnit if it is not in your PATH. You may also wish to test using C Soar. To specify these settings, go to Preferences --> Package Settings --> Soar Tools --> Settings - User. These are your available settings:
4039

@@ -62,7 +61,7 @@ If you have [JSoar/SoarUnit](https://code.google.com/p/jsoar/wiki/SoarUnit) on y
6261

6362
You can either run SoarUnit on the current file, or for the whole project, but the project option is currently slow and buggy, and therefore not recommended.
6463

65-
###SublimeREPL Integration
64+
### SublimeREPL Integration
6665
You can run the Soar CLI from SublimeText if you have the [SublimeREPL](https://github.com/wuub/SublimeREPL) package installed, but setup might be tricky:
6766

6867
* If your Soar directory is not in your system path, you will need to add it to SublimeREPL's path:
@@ -76,7 +75,7 @@ You can run the Soar CLI from SublimeText if you have the [SublimeREPL](https://
7675

7776
* Keep in mind that the Soar Tutorial distribution does not currently come with the CLI executable, so you need to download the normal distribution to use SublimeREPL with Soar.
7877

79-
###TODO
78+
### TODO
8079

8180
* Highlighting for script blocks
8281
* Solicit feedback from Soar users

0 commit comments

Comments
 (0)