summaryrefslogtreecommitdiff
path: root/docs/src/source-highlight/ini.lang
blob: a46021ed2710ad25fa3795495c7a121f47718a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# simpleminded ini filter for source-highlight 2.4
# 
comment start "#"
section start '\[.*\]'


state keyword start '[^="\[]+' begin
    function = "="
    variable = '.+'
end


include "number.lang"
include "symbols.lang"
include "c_string.lang"