Let ... in ... block is working
This commit is contained in:
parent
f09261df93
commit
897824e07d
10 changed files with 28 additions and 24 deletions
|
|
@ -52,9 +52,9 @@ export function App() {
|
|||
|
||||
const commands = [
|
||||
["call" , "[c] call" ],
|
||||
["eval" , "[u] [Tab] [Enter] eval"],
|
||||
["eval" , "[e] [Tab] [Enter] eval"],
|
||||
["transform", "[t] [.] transform" ],
|
||||
["let" , "[=] let ... in ..." ],
|
||||
["let" , "[l] [=] let ... in ..." ],
|
||||
];
|
||||
|
||||
const [highlighted, setHighlighted] = useState(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue