summary refs log tree commit diff stats
path: root/lib/packages/docutils/highlite.nim
Commit message (Collapse)AuthorAgeFilesLines
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-2/+4
|
* added an overload for highlight.initGeneralTokenizer that accepts a cstring.Charlie Barto2014-02-261-3/+4
| | | | I use this when calling the highlighter from C#.
* Punctation -> punctuation.EXetoC2014-01-291-4/+4
|
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-2/+2
|
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-3/+3
|
* bugfix: keywords are sortedAraq2013-12-051-1/+1
|
* Adds highlite to tests suite.Grzegorz Adam Hankiewicz2013-06-181-1/+1
|
* Adds previous slurping as runnable testcase.Grzegorz Adam Hankiewicz2013-06-181-1/+14
|
* Replaces relative file slurping with hardcoded array.Grzegorz Adam Hankiewicz2013-06-181-1/+11
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* Moved packages to lib directory.Dominik Picheta2013-02-251-0/+537
p;id=1fafe7afe3fcd1ba67f9d6c42db710e0536e7258'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31