All Projects → skozlovf → Sublime-GenericConfig

skozlovf / Sublime-GenericConfig

Licence: MIT license
Generic highlighting of the configuration files for Sublime Text 2 and Sublime Text 3

Projects that are alternatives of or similar to Sublime-GenericConfig

gray-matter
A colour scheme for Sublime Text and Visual Studio Code that takes design cues from popular minimalist Markdown text editors.
Stars: ✭ 69 (+76.92%)
Mutual labels:  syntax-highlighting, sublime-text
sublime-coconut
Coconut syntax highlighting for Sublime Text and VSCode.
Stars: ✭ 18 (-53.85%)
Mutual labels:  syntax-highlighting, sublime-text
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+356.41%)
Mutual labels:  syntax-highlighting, sublime-text
Inspiredgithub.tmtheme
A color scheme for Sublime Text 3.
Stars: ✭ 117 (+200%)
Mutual labels:  syntax-highlighting, sublime-text
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-66.67%)
Mutual labels:  syntax-highlighting, sublime-text
Biosyntax
Syntax highlighting for computational biology
Stars: ✭ 164 (+320.51%)
Mutual labels:  syntax-highlighting, sublime-text
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (-10.26%)
Mutual labels:  syntax-highlighting, sublime-text
Sublimetext
Caddyfile syntax highlighting for Sublime Text 3
Stars: ✭ 17 (-56.41%)
Mutual labels:  syntax-highlighting, sublime-text
SublimeText-GameMaker-Plugin
GML Snippets & Syntax Highlighting for SublimeText 2
Stars: ✭ 20 (-48.72%)
Mutual labels:  syntax-highlighting, sublime-text
Assembly-Syntax-Definition
This is the greatest syntax definition of All Time
Stars: ✭ 23 (-41.03%)
Mutual labels:  syntax-highlighting, sublime-text
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+179.49%)
Mutual labels:  syntax-highlighting, sublime-text
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (+7.69%)
Mutual labels:  syntax-highlighting, sublime-text
Pythonimproved
The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
Stars: ✭ 95 (+143.59%)
Mutual labels:  syntax-highlighting, sublime-text
Clojure-Sublimed
Clojure support for Sublime Text 4
Stars: ✭ 268 (+587.18%)
Mutual labels:  syntax-highlighting, sublime-text
Ecmascript Sublime
ECMAScript/JavaScript syntax (ES2015-ES2018, JSX, template highlighting, etc) with absurdly specific scopes
Stars: ✭ 78 (+100%)
Mutual labels:  syntax-highlighting, sublime-text
ST-ASS
ASS/SSA subtitles syntax highlight for Sublime Text.
Stars: ✭ 23 (-41.03%)
Mutual labels:  syntax-highlighting, sublime-text
Sublime Monokai Extended
Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
Stars: ✭ 505 (+1194.87%)
Mutual labels:  syntax-highlighting, sublime-text
Sublime Markdown Extended
Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
Stars: ✭ 645 (+1553.85%)
Mutual labels:  syntax-highlighting, sublime-text
elm-syntax-highlighting
Syntax Highlighting for Elm in Sublime Text
Stars: ✭ 27 (-30.77%)
Mutual labels:  syntax-highlighting, sublime-text
SubLilyPond
LilyPond syntax highlighting in Sublime Text 2 and 3.
Stars: ✭ 26 (-33.33%)
Mutual labels:  syntax-highlighting, sublime-text

Sublime-GenericConfig

Sublime-GenericConfig adds syntax highlighting of the configuration files to Sublime Text 2 and Sublime Text 3.

It aims to provide generic highlighting for files which are not supported by other plugins (for example ini files, nginx config).

This plugin may be used for a wide range of configuration files because highlighting is based on common syntax constructions.

NOTE: 0.0.6 is last version for Sublime Text 2.

Supported constructions

  • One line comments (#, //, -- and ;)
  • Block comments (/* ... */)
  • Numbers, hex values, numbers with units (12M, 10kHz etc)
  • Color (#ccc, #12ccff etc)
  • Common constants (true/false, yes/no etc)
  • Strings (single quotes and double quoted)
  • Sections ([name], <name>, name { ... })
  • Key-value constructions (key = value, key: value, key value ...)
  • Variables ($name, %name, %name%, ${name} and few others)
  • Uppercase names (SOME_NAME)
  • URL-like strings (http://name.org, some://name:port/path)
  • RegEx-like strings (^...$)
  • Common operators (+, - etc)
  • Mime-like strings (image/gif, multipart/form-data etc)
  • Function call (name())
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].