add C-style comment support
This commit is contained in:
@ -10,7 +10,7 @@ DefKey3=NoSpaces!
|
||||
Key2 = 2
|
||||
Key3 = 3
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
@ -9,7 +9,7 @@ DefKey3=NoSpaces!
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
@ -9,7 +9,7 @@ DefKey3=NoSpaces!
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
@ -8,7 +8,7 @@ DefKey3=NoSpaces!
|
||||
[SimpleSection] # Comment For Section
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
@ -9,7 +9,7 @@ DefKey3=NoSpaces!
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
|
@ -9,7 +9,7 @@ DefKey3=NoSpaces!
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
Key = 1
|
||||
Key = 3
|
||||
|
||||
|
@ -9,7 +9,7 @@ DefKey3=NoSpaces!
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
@ -9,7 +9,7 @@ DefKey3=NoSpaces!
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
[MultipleKeySection] // C style comment
|
||||
Key = onlyone
|
||||
|
||||
[SectionWithIndent]
|
||||
|
Reference in New Issue
Block a user