Difference between revisions of "Atom Setup"

15 bytes removed ,  15:03, 15 September 2014
no edit summary
imported>Gawdl3y
imported>Gawdl3y
Line 2: Line 2:


== Syntax highlighting and snippets ==
== Syntax highlighting and snippets ==
Syntax highlighting for Papyrus and Papyrus assembly is provided by the [https://github.com/Gawdl3y/atom-language-papyrus language-papyrus] package. To install it, follow these instructions:
Syntax highlighting for Papyrus and Papyrus assembly is provided by the [https://atom.io/packages/language-papyrus language-papyrus] package. To install it, follow these instructions:


=== Method 1 ===
=== Method 1 ===
Line 11: Line 11:


== Quick compile ==
== Quick compile ==
Obtain the [https://github.com/noseglid/atom-build build] package the same way as above. Then, place the below text in a file called '''.atom-build.json''' (yes, with the leading dot!) in your Skyrim\Data\Scripts\Source directory. Change the path in the cwd setting if you need to (make sure to use double-backslashes). If you don't have the DLC, just remove them from the -import= argument.
Obtain the [https://atom.io/packages/build build] package the same way as above. Then, place the below text in a file called '''.atom-build.json''' (yes, with the leading dot!) in your Skyrim\Data\Scripts\Source directory. Change the path in the cwd setting if you need to (make sure to use double-backslashes). If you don't have the DLC, just remove them from the -import= argument.
<pre>{
<pre>{
"cmd": "Papyrus Compiler\\PapyrusCompiler.exe",
"cmd": "Papyrus Compiler\\PapyrusCompiler.exe",
Anonymous user