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

Bow Tintin

by bowphp ST3

This package adds syntax definitions for Bow Tintin

Details

Installs

  • Total 111
  • Win 70
  • Mac 28
  • Linux 13
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 0 0 0 0 0 0 0 0 1 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

Tintin Highlighter

This package adds syntax definitions for Bow Tintin engine (https://github.com/bowphp/tintin).

Works with Sublime Text 3, for older versions use an older release.

How to install w/Sublime Package Control

  1. Search for Bow Tintin and install it.
  2. Restart Sublime Text.
  3. Reopen any .tintin files.
  4. Enjoy :)

Sublime Text Manual Install

  1. Download or clone this repository into [install-dir]/Packages/bow-tintin
  2. Restart Sublime Text.
  3. Reopen any .tintin files.
  4. Enjoy :)

How to Contribute

  • To test a local version of the highlighter first uninstall the highlighter from package control.
  • Follow the manual installation process by cloning the repo into your packages directory.
  • Restart Sublime Text.
  • Open up the '[install-dir]/Packages/bow-tintin' folder into a new Sublime Text project.
  • Open up the tintin.tmLanguage file and make changes.
  • I have provided a test.tintin file that holds most of the common uses for testing the regex, use this to verify your changes before and after you make them to ensure the changes you make do not break anything.
  • Send a pull request with a single change per request.