fix format
This commit is contained in:
parent
c38a4660ef
commit
8513a9b3d2
1 changed files with 2 additions and 3 deletions
|
@ -11,14 +11,13 @@ Each conf file can have
|
||||||
You can also put the conf inside the actual path
|
You can also put the conf inside the actual path
|
||||||
of the configuration file following this logic: \
|
of the configuration file following this logic: \
|
||||||
`program_name/path/to/conf/program_name.conf,
|
`program_name/path/to/conf/program_name.conf,
|
||||||
program_name/path/to/conf/program_name.md` \
|
program_name/path/to/conf/program_name.md`
|
||||||
**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,
|
In order to display the proper syntax highlighting on Gitlab,
|
||||||
edit the .gitattribute file accordingly: \
|
edit the .gitattribute file accordingly: \
|
||||||
**Example:**
|
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
neovim/** gitlab-language=vim
|
neovim/** gitlab-language=vim
|
||||||
|
|
Loading…
Reference in a new issue