Skip to content

Commit 57cdd5b

Browse files
committed
update
1 parent 17ec490 commit 57cdd5b

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
lines changed

Messages/install.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Thanks for installing the Sublime Text package for GDL!
44
What's new ???
55
===============
66

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!)
7+
syntax is now complete!
8+
[if you think something's missing please open an issue on github]
99

1010

1111

Messages/v0.2.2.txt

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

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ At the moment this package just provides syntax highlighting together with a wel
1313
Soon there will be auto-completion as well.
1414

1515
## Installation
16-
Note: There are still some uncovered GDL commands, see the [TO DO list](#to-do-list). They will appear unstyled! (and added soon, don't worry)
1716

1817
### Using Sublime Package Control
1918
*recommended*
@@ -47,9 +46,6 @@ Copy this into the new file and save:
4746
New to Sublime? Then I can recommend the excellent and free video tutorial by nettuts: [Perfect Workflow in Sublime Text](http://net.tutsplus.com/articles/news/perfect-workflow-in-sublime-text-free-course/).
4847

4948
## TO DO LIST
50-
+ syntax implemention:
51-
+ keywords for `REQUESTS`
52-
+ optional parameters
5349
+ Tag completion
5450

5551
Goodies:

messages.json

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

0 commit comments

Comments
 (0)