/ docs / src / source-highlight / ini.lang
ini.lang
 1  # simpleminded ini filter for source-highlight 2.4
 2  # 
 3  comment start "#"
 4  section start '\[.*\]'
 5  
 6  
 7  state keyword start '[^="\[]+' begin
 8      function = "="
 9      variable = '.+'
10  end
11  
12  
13  include "number.lang"
14  include "symbols.lang"
15  include "c_string.lang"