summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-04-14 00:04:54 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-04-14 00:04:54 +0900
commitfa1a17cbc45216c08d4d73b1eabc03bdfa3c372d (patch)
tree5dcfc4ba06f3d13d910fef9a1486e3b411b660b6
parent8c67e915b412f3a46f598fb5b4b2d6cfb5dec751 (diff)
parent1863f325c06d83bf843a9d453fcff14f54622aa7 (diff)
downloadmruby-fa1a17cbc45216c08d4d73b1eabc03bdfa3c372d.tar.gz
mruby-fa1a17cbc45216c08d4d73b1eabc03bdfa3c372d.zip
Merge pull request #3145 from timoschilling/patch-1
fix syntax highlighting
-rw-r--r--doc/guides/compile.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md
index a1c89882a..d07b4f65f 100644
--- a/doc/guides/compile.md
+++ b/doc/guides/compile.md
@@ -67,7 +67,7 @@ toolchain :clang
Toolchain configuration for Visual Studio on Windows. If you use the
[Visual Studio Command Prompt](http://msdn.microsoft.com/en-us/library/ms229859\(v=vs.110\).aspx),
you normally do not have to specify this manually, since it gets automatically detected by our build process.
-```
+```ruby
toolchain :visualcpp
```