Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 922ea31

Browse files
committed
Merge pull request #36 from jugglingnutcase/with-our-powers-combined
With our powers combined
2 parents dec5dfd + ff506f0 commit 922ea31

File tree

9 files changed

+843
-897
lines changed

9 files changed

+843
-897
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vendor/PowerShell"]
2+
path = vendor/PowerShell
3+
url = https://github.com/SublimeText/PowerShell.git

LICENSE.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
The MIT License (MIT)
2-
3-
Copyright (c) 2014 James R Sconfitto
1+
Copyright (c) 2014-2015 James R Sconfitto
42

53
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
64

@@ -10,7 +8,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
108

119
---
1210

13-
Contains code from Atom's [language-csharp](https://github.com/atom/language-csharp) repository:
11+
Contains code from Atom's [language-csharp](https://github.com/atom/language-csharp) repository released under the following license:
1412

1513
Copyright (c) 2014 GitHub Inc.
1614

@@ -20,14 +18,14 @@ The above copyright notice and this permission notice shall be included in all c
2018

2119
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2220

23-
This package was derived from a TextMate bundle located at https://github.com/wintermi/csharp-tmbundle by Matthew Winter @wintermi and Adam Lickel @lickel and distributed under the following license, located in README.markdown:
21+
---
2422

25-
This bundle is dual-licensed under MIT and GPL licenses.
23+
Utilizes grammar files and code from https://github.com/SublimeText/PowerShell, which is released under the following license:
2624

27-
http://www.opensource.org/licenses/mit-license.php
28-
http://www.gnu.org/licenses/gpl.html
29-
Use it, change it, fork it, sell it. Do what you will, but please leave the author attribution.
25+
Copyright (c) 2011 Guillermo López-Anglada
3026

31-
---
27+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3228

33-
This package was derived from [David Peckham's](https://github.com/davidpeckham) textmate [powershell bundle](https://github.com/davidpeckham/powershell.tmbundle).
29+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
30+
31+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
[![Build Status](https://travis-ci.org/jugglingnutcase/language-powershell.svg?branch=master)](https://travis-ci.org/jugglingnutcase/language-powershell)
44
[![Build status](https://ci.appveyor.com/api/projects/status/ru4cfpi46m4bn5od/branch/master)](https://ci.appveyor.com/project/jugglingnutcase/language-powershell/branch/master)
55

6-
This package highlights PowerShell syntax in the [Atom editor](https://atom.io).
6+
This package provides PowerShell language support in the [Atom editor](https://atom.io).
77

88
## Language references
99

1010
i just found this [helpful blog post](http://blogs.msdn.com/b/powershell/archive/2006/05/10/594535.aspx) on the
1111
PowerShell grammar. i hope i *parse* :stuck_out_tongue_winking_eye: it well.
12-
13-
This was converted from [@davidpeckham]'s [PowerShell textmate bundle](https://github.com/davidpeckham/powershell.tmbundle). Thanks [@davidpeckham]!
14-
15-
[@davidpeckham]:https://github.com/davidpeckham

0 commit comments

Comments
 (0)