bat/assets
Martin Nordholts 5fe9b3e1b3 Make `INI` syntax register as handler of `.inf` files
We need to type `inf` and `INF` as strings in `INI.sublime-syntax`,
otherwise `yaml-rust` interprets them as real numbers ("infinity") and
they do not get registered as file extensions:

    /Users/martin/src/yaml-rust # https://github.com/chyh1990/yaml-rust
    % cargo run --example dump_yaml ~/src/bat/assets/syntaxes/02_Extra/INI.sublime-syntax
    ---
    String("name"):
        String("INI")
    String("file_extensions"):
            String("ini")
            String("INI")
            Real("inf")
            Real("INF")
    ...

Also add a regression test.
2022-05-11 17:39:01 +02:00
..
completions Add a --style=default option (#2119) 2022-05-04 21:31:32 +02:00
manual Add a --style=default option (#2119) 2022-05-04 21:31:32 +02:00
patches Add MediaWiki syntax 2021-11-22 19:46:29 +01:00
syntaxes Make `INI` syntax register as handler of `.inf` files 2022-05-11 17:39:01 +02:00
themes Add Dark+ theme 2021-03-24 17:52:44 +05:00
.gitattributes Add assets/.gitattributes 2018-11-11 14:50:59 +01:00
.ignore Add .ignore files to avoid searching asset folders 2018-05-25 17:44:50 +02:00
acknowledgements.bin Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2022-05-07 13:43:11 +02:00
create.sh assets/create.sh: Reverse patches even if `bat cache` fails or aborts 2021-12-11 21:18:25 +01:00
syntaxes.bin Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2022-05-07 13:43:11 +02:00
theme_preview.rs Small style changes to --list-themes 2018-08-28 20:24:13 +02:00
themes.bin Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2022-05-07 13:43:11 +02:00