Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Mar 4, 2015
1 parent 8f43103 commit 17ec490
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Messages/install.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Thanks for installing the Sublime Text package for GDL!


What's new ???
===============

• all global parameters should be recognized, thus styled in Sublime Text.
(note: optional parameters and REQUEST keywords are still not implemented. Don't worry, it will be soon!)



How to use
===============

Expand Down
25 changes: 25 additions & 0 deletions Messages/v0.2.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Thanks for installing the Sublime Text package for GDL!


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.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"install": "messages/install.txt"
"install": "messages/install.txt",
"v0.2.0": "messages/v0.2.0.txt"
}

0 comments on commit 17ec490

Please sign in to comment.