mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Add a real Pygments lexer for Wren (finally!).
This commit is contained in:
@ -54,7 +54,7 @@ Here's an example of that kind of object-oriented programming in Lua:
|
||||
|
||||
Here's the same example in Wren:
|
||||
|
||||
:::dart
|
||||
:::wren
|
||||
class Account {
|
||||
this new(balance) { _balance = balance }
|
||||
withdraw(amount) { _balance = _balance - amount }
|
||||
|
||||
Reference in New Issue
Block a user