Skip to content

Commit 4e56579

Browse files
committed
Update README.md
1 parent 1d25e43 commit 4e56579

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ The example above shows the syntax highlighting, code completion, and tooltips i
2828
Enabling Sublime Text's ***auto_complete_with_fields*** setting is highly recommended in order to get the best experience.
2929

3030
## **Core features**
31-
- Build system framework
31+
- [Build system framework](#build-system-framework)
3232
- Single file build
3333
- Batch build
3434
- Hide successful build results
3535
- Highlight build errors
36-
- Valid key insertion framework
37-
- Commands
36+
- [Valid key insertion framework](#valid-key-insertion-framework)
37+
- [Commands](#commands)
3838
- Open script
3939
- Clear error highlights
40-
- Settings
40+
- [Settings](#settings)
4141

4242
#### Build system framework
4343
The core of this package contains a flexible build system framework that should be able to handle most situations. The build system supports both single file and batch building, multiple import folders, and additional arguments. Lines in the source code that cause build errors can also be highlighted and brought to the center of the screen. Attempts to batch build one of the folders defined in the import folders setting will show a warning prompt. If no output folder is specified in the user settings, then the compiled script will be placed one level above the script source (e.g. *"\Scripts\Source\Example.psc"* is compiled to *"\Scripts\Example.pex"*).
@@ -113,12 +113,12 @@ Settings are located in *Preferences* > *Package Settings* > *SublimePapyrus*.
113113
- [Immersive First Person View](#immersive-first-person-view-ifpv)
114114

115115
### **The Elder Scrolls V: Skyrim**
116-
- Syntax highlighting
117-
- Linter
118-
- Intelligent code completion
119-
- Tooltips
120-
- Build system
121-
- Commands
116+
- [Syntax highlighting](#syntax-highlighting)
117+
- [Linter](#linter)
118+
- [Intelligent code completion](#intelligent-code-completion)
119+
- [Tooltips](#tooltips)
120+
- [Build system](#build-system)
121+
- [Commands](#commands-1)
122122
- Generate completions
123123
- Valid key insertion
124124
- Actor value

0 commit comments

Comments
 (0)