fix readme

This commit is contained in:
Lorenzo Tucci 2021-04-10 16:26:56 +02:00
parent 5d0eeb2292
commit 272a56ccb9
1 changed files with 9 additions and 10 deletions

View File

@ -4,20 +4,19 @@ Unitoo standardized dotfiles.
## Directory Logic ## Directory Logic
The directory tree logic is the following: program_name/program_name.conf and The directory tree logic is the following: `program_name/program_name.conf` and
eventually an associated Markdown file program_name/program_name.md \ eventually an associated Markdown file `program_name/program_name.md` \
OR program_name/path/to/conf/program_name.conf OR `program_name/path/to/conf/program_name.conf`
&& 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 **Examples:** `neovim/neovim.conf, nginx/etc/nginx/nginx.conf`
## Syntax highlighting ## Syntax highlighting
To let Gitlab display the proper syntax highlighting, edit the .gitattribute file To let Gitlab display the proper syntax highlighting,
accordingly: edit the .gitattribute file accordingly: \
**Example:** **Example:**
``` ```txt
neovim/** gitlab-language=vim neovim/** gitlab-language=vim
spacemacs/** gitlab-language=elisp spacemacs/** gitlab-language=elisp
``` ```