File: bioSyntax.sublime-settings

package info (click to toggle)
biosyntax 1.0.0b-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,020 kB
  • sloc: sh: 876; javascript: 292; xml: 246; makefile: 52
file content (17 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (76)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// GENERIC SYNTAX
// bioSyntax Settings File
// These settings override both User and Default settings
// for this syntax
{
	// Sets the colors used within the text area
    "color_scheme": "Packages/bioSyntax/bioSyntax.tmTheme",

    // Word Wrapping
    "word_wrap": false,

    // Line Number / Gutter -- User controlled
    //"line_numbers": true,
    //"gutter": true,
    //"margin": 4,

}