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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#SummitEditor
2
2
3
-
SummitEditor is the official [Sublime Text 3](http://www.sublimetext.com/3) plugin for [CorvisaCloud, LLC's]
4
-
(http://corvisacloud.com) Summit platform. It provides you with useful snippets, syntax highlighting, and most importantly, access to the Summit Simulator.
3
+
SummitEditor is the official [Sublime Text 3](http://www.sublimetext.com/3) plugin for [Corvisa LLC's]
4
+
(http://corvisa.com) Summit platform. It provides you with useful snippets, syntax highlighting, and most importantly, access to the Summit Simulator.
5
5
6
6
##Installation
7
7
@@ -25,15 +25,15 @@ The recommended way to install SummitEditor is through Package Control. If you d
25
25
Optionally, you can use git to clone this repository into your Sublime Text `Packages` directory. You can confirm that installation has worked by opening the Command Palette and typing the word `summit`. You should see an available syntax option for `Lua (Summit)`.
26
26
27
27
###Optional Packages
28
-
SummitEditor also offers a [SummitLinter](https://github.com/corvisacloud/SummitLinter) plugin for [SublimeLinter 3](http://www.sublimelinter.com/en/latest/) allowing for automatic linting of your code. To install SummitLinter (as well as SublimeLinter if it is not already installed), first make sure you meet the [requirements](https://github.com/corvisacloud/SummitLinter#installation), then select `Tools > SummitEditor > Install SummitLinter Packages`. Note: using this option requires Package Control to be installed.
28
+
SummitEditor also offers a [SummitLinter](https://github.com/corvisa/SummitLinter) plugin for [SublimeLinter 3](http://www.sublimelinter.com/en/latest/) allowing for automatic linting of your code. To install SummitLinter (as well as SublimeLinter if it is not already installed), first make sure you meet the [requirements](https://github.com/corvisa/SummitLinter#installation), then select `Tools > SummitEditor > Install SummitLinter Packages`. Note: using this option requires Package Control to be installed.
29
29
30
30
###Application Structure
31
-
When you clone your application, the application directory should be as follows:
32
-
\<application\>/
33
-
├── assets
34
-
├── spec
35
-
└── src
36
-
The simulator will run the `main.lua` file inside the application's `src` directory.
31
+
When you clone your application, the application directory should be as follows:
32
+
\<application\>/
33
+
├── assets
34
+
├── spec
35
+
└── src
36
+
The simulator will run the `main.lua` file inside the application's `src` directory.
37
37
38
38
##Running The Simulator
39
39
@@ -63,7 +63,7 @@ If your application requires additional flags to be set before being run you can
63
63
##License
64
64
The MIT License (MIT)
65
65
66
-
Copyright (c) 2014 CorvisaCloud, LLC
66
+
Copyright (c) 2014 Corvisa LLC
67
67
68
68
Permission is hereby granted, free of charge, to any person obtaining a copy
69
69
of this software and associated documentation files (the "Software"), to deal
0 commit comments