Skip to content

Commit 0e94e47

Browse files
authored
Fix Common Lisp syntax highlighting
1 parent ab634e6 commit 0e94e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RFCs/FS-1152-For-loop-with-accumulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ While most languages implement folds either as library functions (lambda-based)
111111
- Less concise syntax
112112

113113
### Common Lisp: `loop` macro
114-
```commonlisp
114+
```lisp
115115
(loop for i in '(1 2 3 4) ; Sequence
116116
with sum = 0 ; Accumulator
117117
with product = 1 ; Accumulator

0 commit comments

Comments
 (0)