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.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
A Sublime Text 2 and 3 package for the Papyrus scripting language.
4
4
5
5
# **Contents**
6
-
-[Description](#-description-)
7
-
-[How to install](#-how-to-install-)
8
-
-[Core features](#-core-features-)
9
-
-[Modules](#-modules-)
10
-
-[Changelog](#-changelog-)
11
-
-[License](#-license-)
6
+
-[Description](#description)
7
+
-[How to install](#how-to-install)
8
+
-[Core features](#core-features)
9
+
-[Modules](#modules)
10
+
-[Changelog](#changelog)
11
+
-[License](#license)
12
12
13
13
## **Description**
14
14
SublimePapyrus is a package that aims to provide a development environment for a scripting language called [Papyrus](http://www.creationkit.com/Category:Papyrus) within [Sublime Text](https://www.sublimetext.com/). The package is split into a core package and additional packages for specific games and/or resources. The core package is always required, but the other packages usually depend upon the core package or one of the other packages.
@@ -80,9 +80,9 @@ Settings are located in *Preferences* > *Package Settings* > *SublimePapyrus*.
80
80
-***arguments***: A list of strings that are added at the end when invoking the compiler. Can be used to include additional options when invoking the compiler.
0 commit comments