Skip to content

Commit bbc73db

Browse files
Andrew PlotkinAndrew Plotkin
authored andcommitted
Update package location.
1 parent 4b3db3e commit bbc73db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Inform 7 language grammar for Atom
2+
- Supported by the [Interactive Fiction Technology Foundation][iftf]
23
- Created by Andrew Plotkin <erkyrath@eblong.com>
3-
- https://github.com/erkyrath/language-inform7
4+
- https://github.com/iftechfoundation/language-inform7
45
- https://atom.io/packages/language-inform7
56

67
This package permits syntax coloring of [Inform 7][i7] source code in the [Atom][] editor (and compatible syntax colorers).
@@ -10,6 +11,7 @@ This started as a fork of [Robert Clarke's Inform grammar][kumo]. It's turned in
1011
[i7]: http://inform7.com/
1112
[atom]: https://atom.io/
1213
[kumo]: https://github.com/kumo/language-inform
14+
[iftf]: https://iftechfoundation.org/
1315

1416
This correctly colors:
1517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "language-inform7",
33
"version": "1.0.2",
44
"description": "Inform 7 package for Atom",
5-
"repository": "https://github.com/erkyrath/language-inform7",
5+
"repository": "https://github.com/iftechfoundation/language-inform7",
66
"license": "MIT",
77
"engines": {
88
"atom": ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)