Skip to content

Commit

Permalink
Add python chunk to minimal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Mar 21, 2016
1 parent be45dae commit 0b68ee2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions samples/minimal.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ poly-markdown+r-mode RET` should do the job.

}
```

```python
if len($declaration) > 0 and $declaration::isTypedef:
$Symbols::types.add($IDENTIFIER.text)
print "define type "+$IDENTIFIER.text # line 19
```




0 comments on commit 0b68ee2

Please sign in to comment.