You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/assets
Ville Skyttä 2dbc88d3af Improve bash completion escaping
`compopt -o filenames` is a cheap way to accomplish mostly wanted
behavior. However it is semantically incorrect when we are not actually
completing filenames, and has side effects -- for example adds a
trailing slash to candidates matching present dirs.

bash >= 4.1 can `printf -v` to an array index, use it instead where
available.
2 years ago
..
completions Improve bash completion escaping 2 years ago
manual Fix documentation typo: --pager=never → --paging=never 2 years ago
patches
syntaxes Add `.mts` and `.cts` to TypeScript file extensions 2 years ago
themes
.gitattributes
.ignore
acknowledgements.bin Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2 years ago
create.sh
syntaxes.bin Update binary assets 2 years ago
theme_preview.rs
themes.bin Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2 years ago