diff options
| author | Timo Schilling <[email protected]> | 2016-04-13 13:41:31 +0200 |
|---|---|---|
| committer | Timo Schilling <[email protected]> | 2016-04-13 13:41:31 +0200 |
| commit | 1863f325c06d83bf843a9d453fcff14f54622aa7 (patch) | |
| tree | 5dcfc4ba06f3d13d910fef9a1486e3b411b660b6 /doc | |
| parent | 8c67e915b412f3a46f598fb5b4b2d6cfb5dec751 (diff) | |
| download | mruby-1863f325c06d83bf843a9d453fcff14f54622aa7.tar.gz mruby-1863f325c06d83bf843a9d453fcff14f54622aa7.zip | |
fix syntax highlighting
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guides/compile.md | 2 |
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 ``` |
