Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2016-06-24 00:11:38 +0300
committerhttp://jneen.net/ <jneen@jneen.net>2016-06-28 00:17:49 +0300
commitf06fe775311799d94b66319699e10ba40b1c1f24 (patch)
tree4a033255c0d53086251659921482e8fa31101f40 /doc/user/project/highlighting.md
parent8c15989621f6fb7e225d279ec66ab82f084ca11c (diff)
use the conf lexer so we have highlighted comments
Diffstat (limited to 'doc/user/project/highlighting.md')
-rw-r--r--doc/user/project/highlighting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/highlighting.md b/doc/user/project/highlighting.md
index 0cc2edf5283..3988960a610 100644
--- a/doc/user/project/highlighting.md
+++ b/doc/user/project/highlighting.md
@@ -20,7 +20,7 @@ The paths here are simply git's builtin [`.gitattributes` interface](https://git
To disable highlighting entirely, use `gitlab-language=text`. Lots more fun shenanigans are available through CGI options, such as:
-```
+``` conf
# json with erb in it
/my-cool-file gitlab-language=erb?parent=json