You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Comments (`;` or `#`) must start at column 1. Trailing comments are not supported yet. [#13](https://github.com/justinmk/tree-sitter-ini/issues/13)
30
+
- Equals sign (=) and semicolon (;) are reserved characters and cannot appear in the key. Any whitespace surrounding the key is stripped by the parser. [ref](https://en.wikipedia.org/wiki/INI_file#Key-value_pairs)
31
+
- Section name must appear on a line by itself.
32
+
- Duplicate names are not checked.
33
+
- Line continuations (`\`) are not supported.
34
+
-`setting_value` includes whitespace. [#3](https://github.com/justinmk/tree-sitter-ini/issues/3).
30
35
Should values exclude surrounding whitespace?
36
+
-[Quoted keys/values](https://en.wikipedia.org/wiki/INI_file#Quoted_values) are not supported yet.
0 commit comments