-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add syntaxes for prominent (configuration) files like /etc/fstab #593
Comments
Added simple syntaxes for I'm going to close this for now, as all the important things have been covered. |
This has been released in bat 0.13. |
@sharkdp Does bat have syntax highlighting for nginx / apache configs? Sublime pacakges for the same: https://github.com/colinta/ApacheConf.tmLanguage https://github.com/brandonwamboldt/sublime-nginx/tree/master/Syntaxes |
Could you please open a new "syntax request" ticket? Thank you. |
It would be great if we could offer (even simple) syntax highlighting for some of the more famous configuration files:
config:
/etc/fstab
/etc/passwd
and/etc/group
/etc/resolv.conf
/etc/hosts
/etc/ssh_config
and/etc/sshd_config
less important (IMO):
/etc/X11/xorg.conf
and/etc/X11/xorg.conf.d/*
/etc/ld.so.conf
non-config files that would be nice to have:
/proc/cpuinfo
/proc/meminfo
This is partly related to #592
The text was updated successfully, but these errors were encountered: