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
+
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.
0 commit comments