Skip to content

Commit 303400c

Browse files
committed
show message after install of package via package control
1 parent 313f303 commit 303400c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Messages/install.txt

Lines changed: 25 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"install": "messages/install.txt"
3+
}

0 commit comments

Comments
 (0)