You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for installing the Sublime Text package for GDL!
2
+
3
+
4
+
What's new ???
5
+
===============
6
+
7
+
• we have auto completion now
8
+
[you may have to force it with `ctrl + space`!]
9
+
10
+
• we have snippets!
11
+
[they are in the "Snippets" folder, just make your own aswell, or edit them :)]
12
+
13
+
14
+
15
+
How to use
16
+
===============
17
+
18
+
From now you can just select `GDL` from the code-language menu in the bottom right corner of Sublime Text.
19
+
BUT wait! There's more!
20
+
21
+
Activate the color scheme
22
+
-------------------------
23
+
24
+
Activate color scheme by modifying a syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`.
25
+
26
+
Copy this into the new file and save:
27
+
28
+
{
29
+
"color_scheme": "Packages/GDL/GDL.tmTheme"
30
+
}
31
+
32
+
33
+
GDL color scheme
34
+
----------------
35
+
36
+
This color scheme is especially made for a comfortable working GDL coding environment in Sublime Text.
37
+
If you like it: I have a also a more complete color scheme aligned with a beatiful an minimal UI theme.
38
+
You can find it here: https://github.com/runxel/hitoshi
0 commit comments