cheat-fork-echo/cheat
Kristiyan Nikolov c1fbeffde5 Adds support for more lexers
If you use cheat to save some programming snippets this might be useful.

For example if you have a long list of SQL Query cheats, you can do the
following:

Enter ```sql in the beginning of the file containing the cheats content.

Example file: sql
```sql

SELECT 17 & 16 = 16;
SELECT 2+4+8+16 & 1 = 0;
2015-12-02 14:47:13 +02:00
..
autocompletion Resolves #160 2014-05-28 20:49:56 -04:00
cheatsheets Trivial edit to cheatsheet 2015-11-22 11:26:15 -05:00
test Performed a large refactoring 2014-04-26 23:39:19 -04:00
__init__.py simple py3 import change 2014-05-29 09:56:54 +10:00
sheet.py Bug fix 2015-02-11 21:45:32 -05:00
sheets.py Resolves #207 2015-02-10 19:35:14 -05:00
utils.py Adds support for more lexers 2015-12-02 14:47:13 +02:00