Skip to content

Commit

Permalink
Increases use of Coconut syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Feb 12, 2016
1 parent 41a9645 commit f116f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ The requirement that Coconut keywords be backslash-escaped to make them variable
##### Example

###### Coconut
```
```coconut
\data = 5
print(\data)
```
Expand Down Expand Up @@ -1096,7 +1096,7 @@ Coconut supports the ability to pass arbitrary code through the compiler without
##### Example

###### Coconut
```
```coconut
\\cdef f(x):
return x |> g
```
Expand Down

0 comments on commit f116f28

Please sign in to comment.