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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-26 00:36:44 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-26 00:36:44 +0300
commit6292ddd1980cad80e0f8385929cb07767b604efb (patch)
treed36583c4c77917b97c4e5b8c57680ca885aa0fb0 /doc/profile
parent08755f6410a0c13f1ec9d774b19c4928bac2c75b (diff)
Add references to the rouge gem library
[ci skip]
Diffstat (limited to 'doc/profile')
-rw-r--r--doc/profile/preferences.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/profile/preferences.md b/doc/profile/preferences.md
index f17bbe8f2aa..073b8797508 100644
--- a/doc/profile/preferences.md
+++ b/doc/profile/preferences.md
@@ -12,6 +12,9 @@ The default is **Charcoal**.
## Syntax highlighting theme
+_GitLab uses the [rouge ruby library][rouge] for syntax highlighting. For a
+list of supported languages visit the rouge website._
+
Changing this setting allows the user to customize the theme used when viewing
syntax highlighted code on the site.
@@ -36,3 +39,5 @@ The default is **Your Projects**.
It allows user to choose what content he or she want to see on project page.
The default is **Readme**.
+
+[rouge]: http://rouge.jneen.net/ "Rouge website"