Skip to content

Commit 17ec490

Browse files
committed
update
1 parent 8f43103 commit 17ec490

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

Messages/install.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Thanks for installing the Sublime Text package for GDL!
22

33

4+
What's new ???
5+
===============
6+
7+
• all global parameters should be recognized, thus styled in Sublime Text.
8+
(note: optional parameters and REQUEST keywords are still not implemented. Don't worry, it will be soon!)
9+
10+
11+
412
How to use
513
===============
614

Messages/v0.2.0.txt

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Thanks for installing the Sublime Text package for GDL!
2+
3+
4+
How to use
5+
===============
6+
7+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
8+
BUT wait! There's more!
9+
10+
Activate the color scheme
11+
-------------------------
12+
13+
Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.
14+
15+
Copy this into the new file and save:
16+
17+
{
18+
"color_scheme": "Packages/GDL/GDL.tmTheme"
19+
}
20+
21+
22+
GDL color scheme
23+
----------------
24+
25+
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"install": "messages/install.txt"
2+
"install": "messages/install.txt",
3+
"v0.2.0": "messages/v0.2.0.txt"
34
}

0 commit comments

Comments
 (0)