gregnis

Results 6 issues of gregnis

Example: ``` [Misc] Show '# Of Diffs' column message=1 ``` Result: ``` document [0, 0] - [3, 0] section [0, 0] - [1, 0] section_name [0, 0] - [1, 0]...

enhancement

I'm not sure why but I cannot get a valid tree parsing the sample INI file you provided: ``` [section name] some_key = some_value another-key = another value [another section]...

bug

The following example produces errors: ``` [General] Version=15.0 [Compare] Ignore all white space=1 ``` ``` document [0, 0] - [4, 0] section [0, 0] - [2, 0] section_name [0, 0]...

bug

### Problem Follow up to #1356 Using the same test file (https://github.com/miks1965/tree-sitter-pascalabcnet/blob/master/src/parser.c) as in the referenced issue, parsing takes 8-9 seconds, and applying highlights - another 8-9 seconds. I tried...

bug
perf

In the following example ``` [section name] some_key = some_value # comment another-key = another value ; comment [another section] # a comment ;some_key = some_value an#other-key = another value...

enhancement

### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues...

bug