Welcome to mirror list, hosted at ThFree Co, Russian Federation.

editorconfig.nanorc - github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d13df30a7831371492db8b497f827558a171fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
syntax "editorconfig" "\.editorconfig(\.old|\.bak|~)?$"

## Values
color brightred "=.*$"

## Equal sign
color yellow "="

## Sections
color brightgreen "^\s*\[.*\]"

## Keys
color cyan "^\s*[a-zA-Z0-9_\.]+"

## Comments
color brightblack ";.*$"