Add syntax highlighting test file for INI (#1213)

This commit is contained in:
Niklas Sombert 2020-10-05 20:38:23 +02:00 committed by David Peter
parent c97aa55163
commit 975487f630
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
[section]
key=value
numeric = 42
quotes="this value is quoted"
quotes2="this is not a comment ;foo"
different_quotes='these are other characters'
[another one]
first = value
; comment on own line
;another one
second=value ; comment at the end of a line
third = value;another one
# is this a comment? maybe.
[section.with.dots]
[section\with\backspaces]
[section;with;semicola]

View File

@ -0,0 +1,18 @@
[section]
key=value
numeric = 42
quotes="this value is quoted"
quotes2="this is not a comment ;foo"
different_quotes='these are other characters'
[another one]
first = value
; comment on own line
;another one
second=value ; comment at the end of a line
third = value;another one
# is this a comment? maybe.
[section.with.dots]
[section\with\backspaces]
[section;with;semicola]