Scheme としてシンタックスハイライトしてもらう。
つまり
```scm
(require 'cl)
(message "foo")
```
って書くと
(require 'cl)
(message "foo")
scm
じゃなくて scheme
でもいける。
Go to list of users who liked
More than 5 years have passed since last update.
Scheme としてシンタックスハイライトしてもらう。
つまり
```scm
(require 'cl)
(message "foo")
```
って書くと
(require 'cl)
(message "foo")
scm
じゃなくて scheme
でもいける。
Register as a new user and use Qiita more conveniently
Go to list of users who liked