diff --git a/README.md b/README.md index 6d3da0a..6971136 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,19 @@ Unitoo standardized dotfiles. ## Directory Logic -The directory tree logic is the following: program_name/program_name.conf and -eventually an associated Markdown file program_name/program_name.md \ -OR program_name/path/to/conf/program_name.conf - && program_name/path/to/conf/program_name.conf \ -**Examples:** neovim/neovim.conf, nginx/etc/nginx/nginx.conf +The directory tree logic is the following: `program_name/program_name.conf` and +eventually an associated Markdown file `program_name/program_name.md` \ +OR `program_name/path/to/conf/program_name.conf` + && `program_name/path/to/conf/program_name.conf` \ +**Examples:** `neovim/neovim.conf, nginx/etc/nginx/nginx.conf` ## Syntax highlighting -To let Gitlab display the proper syntax highlighting, edit the .gitattribute file -accordingly: +To let Gitlab display the proper syntax highlighting, +edit the .gitattribute file accordingly: \ **Example:** - ``` +```txt neovim/** gitlab-language=vim spacemacs/** gitlab-language=elisp - ``` - +```