-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Thanks for installing the Sublime Text package for GDL! | ||
|
||
|
||
What's new ??? | ||
=============== | ||
|
||
• syntax is now complete! | ||
|
||
|
||
|
||
How to use | ||
=============== | ||
|
||
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text. | ||
BUT wait! There's more! | ||
|
||
Activate the color scheme | ||
------------------------- | ||
|
||
Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`. | ||
|
||
Copy this into the new file and save: | ||
|
||
{ | ||
"color_scheme": "Packages/GDL/GDL.tmTheme" | ||
} | ||
|
||
|
||
GDL color scheme | ||
---------------- | ||
|
||
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"install": "messages/install.txt", | ||
"v0.2.2": "messages/v0.2.2.txt", | ||
"v0.2.0": "messages/v0.2.0.txt" | ||
} |