mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Fix #826. Add samples for new languages
This commit is contained in:
parent
49ca1a835b
commit
14e82b33a4
7 changed files with 69 additions and 0 deletions
4
website/index/samples/sample.redis.txt
Normal file
4
website/index/samples/sample.redis.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
EXISTS mykey
|
||||
APPEND mykey "Hello"
|
||||
APPEND mykey " World"
|
||||
GET mykey
|
||||
Loading…
Add table
Add a link
Reference in a new issue