diff --git a/coffeescript/01_introduction.html b/coffeescript/01_introduction.html index a399994..681612a 100644 --- a/coffeescript/01_introduction.html +++ b/coffeescript/01_introduction.html @@ -74,8 +74,8 @@
As you can see above, the default extension of CoffeeScript files is .coffee. Amongst other things, this will allow text editors like TextMate to work out which language the file contains, giving it the appropriate syntax highlighting. By default, TextMate doesn't include support for CoffeeScript, but you can easily install the bundle to do so.
If all this compilation seems like a bit of an inconvenience and bother, that's because it is. We'll be getting onto ways to solve this by automatically compiling CoffeeScript files, but first lets take a look at the language's syntax.
- +