Cubescript Syntax Highlighting
Sublime Text Syntax Highlighting for Cubescript
Labels language syntax
Details
Installs
- Total 349
- Win 215
- Mac 68
- Linux 66
Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text Cubescript Syntax Definition
Syntax highlighting for Sauerbraten's scripting langauge, Cubescript, in Sublime Text 2 & 3.
Installation
With Package Control:
- Run
Package Control: Install Package
command, find and installCubescript Syntax Highlighting
plugin. - Restart Sublime Text editor (if required)
Using Package Control ensures package will stay up to date automatically.
Manually:
- Clone or download git repo into your Packages folder (in Sublime Text, find
Browse Packages...
menu item to open this folder) Restart Sublime Text editor (if required)
Example commands:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages git clone https://github.com/srbs/cubescript-syntax-sublime.git Cubescript
Usage
Menu:
- Open up the Syntax Menu (
View
->Syntax
) - Click
Cubescipt
Command:
- Run
Set Syntax: Cubescript
command
All *.cfg files:
- Open any *.cfg file
- Open up the Syntax Menu (
View
->Syntax
) - Select
Open all with current extension as...
- Click
Cubescript
Contributing
Development for this project is primarily done in cubescript-syntax-tmbundle project. My converter is used to convert between the two structures using this build.xml
in the parent folder of all three projects:
<project basedir=".">
<include file="textmate-to-sublime-converter/tm2subl.xml" />
<tm2subl destdir="cubescript-syntax-sublime" srcdir="cubescript-syntax-tmbundle" />
</project>
Please see the respective Contributing section for contributing information.
This project uses the Zlib license. See the License section for details.
License (Zlib)
Copyright (c) 2012-2012 David "srbs" Forrest
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.