blob: 0dec37b91df923df32a46fe4e4397c1899b47f1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Syntax support file for the Lumina Text Editor
# ===================================
# Basic text file support rules
# Written by Ken Moore <ken@ixsystems.com>
# Released under the 2-clause BSD license
# ===================================
{
"meta": {
"name": "Simple Text",
"file_suffix": ["txt", "note"]
},
"format": {
"line_wrap": true,
"highlight_whitespace_eol": false
},
"rules": [ ]
}
|