Skip to content

Commit 622c349

Browse files
author
fabiantheblind
committed
some infos in the readme
1 parent e2092d9 commit 622c349

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
Sublime-ExtendScript
22
====================
33

4-
This should be an ST2 ExtendScript Bundle
4+
This is a ST2 (ST3?) Adobe ExtendScript Bundle. It is right now only basic JavaScript definition taken from std JavaScript bundle delivered with Sublime Text.
5+
6+
##Basics
7+
- Development is done via [AAAPackageDev](https://github.com/SublimeText/AAAPackageDev)
8+
- Basics on [Syntax definition help is here](http://docs.sublimetext.info/en/latest/reference/syntaxdefs.html)
9+
- To get the JavaScript.tmLanguage file to .json use [AAAPackageDev](https://github.com/SublimeText/AAAPackageDev#json-and-property-list-conversion)
10+
- The ExtendScript.json file has to be converted to the ExtendScript.plist file using AAAPackageDev [plist\_to\_json](https://github.com/SublimeText/AAAPackageDev#commands-1)
11+
- It is important to rename the .plist file to .tmlanguage or it wont work. [Info found here](http://stackoverflow.com/questions/15221150/custom-syntax-highlighting-in-sublime-text-2)
12+
13+
So the basic layout is there. Now we need to create lots of snippets and add definitions like ScriptUI and File stuff.
14+
15+
##Associated filetypes
16+
- jsx
17+
- jsxinc
18+
19+
##License
20+
21+
Copyright (c) 2013 Nik "dokluch" Ska, Fabian "fabiantheblind" Morón Zirfas
22+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
23+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
24+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
26+
see also http://www.opensource.org/licenses/mit-license.php
27+

0 commit comments

Comments
 (0)