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
+
• 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.
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ At the moment this package just provides syntax highlighting together with a wel
13
13
Soon there will be auto-completion as well.
14
14
15
15
## 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)
17
16
18
17
### Using Sublime Package Control
19
18
*recommended*
@@ -47,9 +46,6 @@ Copy this into the new file and save:
47
46
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/).
0 commit comments