summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorTimo Schilling <[email protected]>2016-04-13 13:41:31 +0200
committerTimo Schilling <[email protected]>2016-04-13 13:41:31 +0200
commit1863f325c06d83bf843a9d453fcff14f54622aa7 (patch)
tree5dcfc4ba06f3d13d910fef9a1486e3b411b660b6 /doc
parent8c67e915b412f3a46f598fb5b4b2d6cfb5dec751 (diff)
downloadmruby-1863f325c06d83bf843a9d453fcff14f54622aa7.tar.gz
mruby-1863f325c06d83bf843a9d453fcff14f54622aa7.zip
fix syntax highlighting
Diffstat (limited to 'doc')
-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
```