ISF
ISF Syntax Highlighting for Sublime
Details
Installs
- Total 5
- Win 0
- Mac 2
- Linux 3
| Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 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 | 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 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
ISF Syntax Highlighting for Sublime Text
Syntax highlighting for Interactive Shader Format (ISF) files in Sublime Text.
ISF is a GLSL-based format for describing GPU shaders used in VJ tools, creative coding environments, and video effects hosts such as VDMX, ISFTool and ISF editors on the web.
This package extends GLSL highlighting with ISF-specific awareness:
- Highlights the JSON metadata block in the leading
/* { ... } */comment - Recognizes ISF uniforms (
PASSINDEX,RENDERSIZE,isf_FragNormCoord,TIME,TIMEDELTA,DATE,FRAMEINDEX) - Recognizes ISF functions (
IMG_PIXEL,IMG_NORM_PIXEL,IMG_SIZE,IMG_THIS_PIXEL,IMG_THIS_NORM_PIXEL,isf_vertShaderInit) - Recognizes ISF input types (
event,bool,long,float,point2D,color,image,audio,audioFFT) - Full GLSL base coverage (keywords, types, built-ins, preprocessor)
File Extensions
The package registers the following extensions:
.isf.fs.vs
Most ISF hosts save fragment shaders as .fs and vertex shaders as .vs, so all three are registered by default. The syntax also auto-activates via a first-line match when a file begins with a /* { ISF metadata block.
Installation
Package Control (recommended)
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run
Package Control: Install Package - Search for
ISFand install
Manual
Clone this repository into your Sublime Text Packages directory:
git clone https://codeberg.org/newrose/isf-syntax.git "$(sublime-packages-dir)/ISF"
Credits
Forked from euler0/sublime-glsl and extended with ISF-specific rules.
License
MIT — see LICENSE.