All Projects → brew → opentype-feature-bundle

brew / opentype-feature-bundle

Licence: MIT license
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text

Projects that are alternatives of or similar to opentype-feature-bundle

network tech
Cisco config syntax and snippets for Sublime Text
Stars: ✭ 82 (+134.29%)
Mutual labels:  syntax-highlighting, snippets, sublime-text
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-28.57%)
Mutual labels:  syntax-highlighting, snippets, sublime-text
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (+20%)
Mutual labels:  syntax-highlighting, snippets, sublime-text
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-54.29%)
Mutual labels:  syntax-highlighting, sublime-text, textmate
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (+980%)
Mutual labels:  syntax-highlighting, snippets, sublime-text
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+68.57%)
Mutual labels:  snippets, sublime-text
laravel forms boostrap snippets
Handy Sublime Text snippets to create forms inputs for Laravel Collective Forms with Twitter Bootstrap 3.
Stars: ✭ 38 (+8.57%)
Mutual labels:  snippets, sublime-text
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (-31.43%)
Mutual labels:  syntax-highlighting, textmate
ZenScript
Visual Studio Code extension/Language Server for ZenScript, includes highlight, code snippet and language server(WIP). Works with 👇
Stars: ✭ 29 (-17.14%)
Mutual labels:  syntax-highlighting, snippets
SublimeText-GameMaker-Plugin
GML Snippets & Syntax Highlighting for SublimeText 2
Stars: ✭ 20 (-42.86%)
Mutual labels:  syntax-highlighting, sublime-text
github markdown snippets
GitHub flavored Markdown with plain'ol HTML knowledge! Boom!
Stars: ✭ 23 (-34.29%)
Mutual labels:  snippets, sublime-text
vscode-LaTeX-support
LaTeX language support for Visual Studio Code
Stars: ✭ 17 (-51.43%)
Mutual labels:  syntax-highlighting, snippets
sublime-angular-material-snippets
Angular Material Design snippets plugin for Sublime Text 2/3
Stars: ✭ 25 (-28.57%)
Mutual labels:  snippets, sublime-text
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-34.29%)
Mutual labels:  syntax-highlighting, sublime-text
elm-syntax-highlighting
Syntax Highlighting for Elm in Sublime Text
Stars: ✭ 27 (-22.86%)
Mutual labels:  syntax-highlighting, sublime-text
sublime-coconut
Coconut syntax highlighting for Sublime Text and VSCode.
Stars: ✭ 18 (-48.57%)
Mutual labels:  syntax-highlighting, sublime-text
SubLilyPond
LilyPond syntax highlighting in Sublime Text 2 and 3.
Stars: ✭ 26 (-25.71%)
Mutual labels:  syntax-highlighting, sublime-text
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+625.71%)
Mutual labels:  syntax-highlighting, snippets
Bulma-Snippets-Sublime-Text-Plugin
Bulma Snippets Sublime Text Plugin
Stars: ✭ 13 (-62.86%)
Mutual labels:  snippets, sublime-text
Sublime-GameMaker-Studio-Language-Bundle
A sublime bundle for GameMaker Language (GML)
Stars: ✭ 32 (-8.57%)
Mutual labels:  syntax-highlighting, snippets

OpenType Feature Bundle for TextMate/Sublime Text

This covers Adobe’s OpenType Feature File Specification used by the AFDKO. As well as syntax highlighting, there are also a couple of snippets for creating features, tables etc.

Installation

Sublime Text (with Package Control)

  1. Package Control: Install Package OpenType Feature Bundle
  2. Restart Sublime Text

TextMate (using git)

  1. Make a new bundles folder mkdir -p ~/Library/Application\ Support/TextMate/Bundles
  2. Open the new folder cd ~/Library/Application\ Support/TextMate/Bundles
  3. Clone to your new folder git clone git://github.com/brew/opentype-feature-bundle.git "opentype-feature-bundle.tmbundle"
  4. Reload TextMate Bundles osascript -e 'tell app "TextMate" to reload bundles'

More!

Kenneth Ormandy maintains an Atom package that supports the Atom text editor.

My thanks to Tal Leming for contributing snippets and keywords before this became a Github project.

I'm more than happy to accept pull requests!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].