Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
oskarth
on March 29, 2012
|
parent
|
context
|
favorite
| on:
CodeMirror: In-browser code editing made bearable
I was taking the go tour [0] and got curious about their clean code editing interface. Looking at the source code it seems that they use codemirror.
0:
http://tour.golang.org/
marijn
on March 29, 2012
[–]
For some reason, they didn't write a language mode. Something that just recognizes comments, strings, and keywords would be extremely trivial to do (for example
http://codemirror.net/mode/vbscript/vbscript.js
)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
0: http://tour.golang.org/