ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cubescript Syntax Highlighting

by srbs ALL

Sublime Text Syntax Highlighting for Cubescript

Details

Installs

  • Total 345
  • Win 214
  • Mac 66
  • Linux 65
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 0
Linux 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 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:

  1. Run Package Control: Install Package command, find and install Cubescript Syntax Highlighting plugin.
  2. Restart Sublime Text editor (if required)

Using Package Control ensures package will stay up to date automatically.

Manually:

  1. Clone or download git repo into your Packages folder (in Sublime Text, find Browse Packages... menu item to open this folder)
  2. 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:

  1. Open up the Syntax Menu (View -> Syntax)
  2. Click Cubescipt

Command:

  1. Run Set Syntax: Cubescript command

All *.cfg files:

  1. Open any *.cfg file
  2. Open up the Syntax Menu (View -> Syntax)
  3. Select Open all with current extension as...
  4. 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.