dotfiles
dotfiles copied to clipboard
Add modelines in files for correct syntax highlighting
There should be modelines in the files that not recognazible by GitHub syntax-parser.
Example of modeline in shell script:
# -*- mode: sh -*-
# vim: set filetype=sh: