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

Colobot​Syntax​Highlighting

by MrSimbax ST3

Package for Sublime Text 3 adding syntax highlighting for CBOT, Colobot Scene and SatCom help files.

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 250
  • Linux 213
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 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

ColobotSyntaxHighlighting

Package for Sublime Text 3 adding syntax highlighting for CBOT, Colobot Scene and SatCom help files. See Colobot project.

Installation

Note: The package uses new sublime-syntax format, therefore it won't work with Sublime Text version lower than 3084. Especially Sublime Text 2 is not going to be supported by this package.

Use Package Control to install the package, if it's available.

If it's not, download or clone the repository to ~/.config/sublime-text-3/Packages/ (in Linux) or %APPDATA%\Roaming\Sublime Text 3\Packages\User (in Windows).

Usage

Sublime Text should automatically detect a CBOT, SatCom or Scene file if the first line begins with respectively extern void object::[...](), \b; or Title[...]. You can also set the syntax manually by pressing Ctrl + Shift + P for the command palette and entering cbot, colo or scen (it will probably match Set Syntax: CBOT, etc.).

Screenshots

Screenshots show the default Monokai theme, but the package will probably work with any theme.

SatCom

CBOT

Scene

License

This file is part of ColobotSyntaxHighlighting, a package for Sublime Text 3.
    Copyright (C) 2016  Mateusz Przybył

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.