Skip to content

Commit b252ed9

Browse files
committed
Merge branch 'master' of https://github.com/c272/algo
2 parents 12094d8 + df696c2 commit b252ed9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The language is currently not ready for general use. If, however, you want to co
1111
**Plugins for Popular Text Editors:**
1212
* [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=c272.Algo)
1313
* Atom (*Coming v0.0.4*)
14-
* Sublime Text 3 (*Coming v0.0.4*)
14+
* [Sublime Text 3](https://github.com/c272/algo-lang/tree/master/Syntax%20Highlighting/Sublime%20Text%20Package)
1515

1616

1717
## Building Algo
@@ -38,7 +38,6 @@ Also, as an example of what the language looks like, here's some sample code I'v
3838
*Warning: This may be out of date when there are major updates and revisions to the language, and the README hasn't been modified.*
3939

4040
//Import the input library and string library.
41-
import "core";
4241
import "io";
4342

4443
//Define a function to enumerate over the string characters.

0 commit comments

Comments
 (0)