Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | follow-up #17837: add `Console` for interactive sessions (#17930) | Andrey Makarov | 2021-05-06 | 1 | -8/+28 |
| | | | | | * follow-up #17837: add `Console` for interactive sessions * fix Latex | ||||
* | highlite: fix #17890 - tokenize Nim escape seq-s (#17919) | Andrey Makarov | 2021-05-03 | 1 | -19/+33 |
| | | | | | | | | | * highlite: fix #17890 - tokenize Nim escape seq-s * Update tests/stdlib/thighlite.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | add RST highlighting for command line / shells (also fixes #16858) (#17789) | Andrey Makarov | 2021-04-21 | 1 | -4/+79 |
| | |||||
* | further progress on rst roles & directives (fix #17646) (#17659) | Andrey Makarov | 2021-04-08 | 1 | -2/+2 |
| | | | | | | | * further progress on rst roles & dir-s (fix #17646) * fix documents according to the messages * fix bug 17 from #17340 | ||||
* | remove docutils.nimble (not a real nimble package, and affected canonical ↵ | Timothee Cour | 2021-03-29 | 1 | -2/+0 |
| | | | | | | | imports) (#17544) * remove docutils.nimble (not a real nimble package, and affected canonical imports) * cleanup redundant references | ||||
* | Use readable escape sequences (#17241) | Clyybber | 2021-03-03 | 1 | -51/+51 |
| | |||||
* | Replace double backticks with single backticks - Part 4 out of ~7 (#17216) | Danil Yarantsev | 2021-03-01 | 1 | -2/+2 |
| | |||||
* | fix some warnings (#16952) | flywind | 2021-02-08 | 1 | -1/+1 |
| | |||||
* | Added Python to highlite module. (#16286) | Xabier Bello | 2020-12-08 | 1 | -14/+30 |
| | | | | | | | | | | | * Added Python to highlite module. * Added the keywords for Python * Refactored the 'pythonLikeNextToken' into 'nimNextToken': - `lang` property added to GeneralTokenizer object, is set in `getNextToken`. - `nimNextToken` accepts `keywords` parameter, used for languages different from Nim. - Multiline comment available only for `langNim`. | ||||
* | Remove unroll pragma from stdlib (#14706) | Juan Carlos | 2020-08-26 | 1 | -4/+0 |
| | |||||
* | fixes #14830 | Araq | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -2/+2 |
| | | | | --styleCheck:error | ||||
* | Documentation highlite (#11596) | Juan Carlos | 2019-06-26 | 1 | -0/+27 |
| | | | | | | * Add Documentation with examples for highlite * Add Documentation with examples for highlite | ||||
* | document proper imports, fixes #8164 (#10698) | Miran | 2019-02-19 | 1 | -0/+2 |
| | |||||
* | make highlite.nim compile again | Araq | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Multi byte characters should not be treated as part of an operator | Oscar Nihlgård | 2018-06-03 | 1 | -1/+1 |
| | |||||
* | Use new binarySearch everywhere (#7876) | Dmitry Atamanov | 2018-05-25 | 1 | -24/+3 |
| | |||||
* | the documentation generator now supports ':test:' for the testing of test ↵ | Araq | 2017-11-28 | 1 | -6/+3 |
| | | | | snippets | ||||
* | language change: 'generic' and 'atomic' are not keywords anymore | Andreas Rumpf | 2017-11-21 | 1 | -6/+5 |
| | |||||
* | 'with' and 'without' are not keywords anymore | Araq | 2017-09-30 | 1 | -2/+2 |
| | |||||
* | fixes #3078 | Andreas Rumpf | 2016-10-20 | 1 | -6/+9 |
| | |||||
* | Fixes to YAML highlighting support, added tests | Felix Krause | 2016-04-01 | 1 | -7/+18 |
| | |||||
* | Added YAML support to doctools/highlite | Felix Krause | 2016-03-29 | 1 | -2/+296 |
| | |||||
* | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | added 'sig' feature; removed tfShared support in the compiler | Andreas Rumpf | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -11/+30 |
| | |||||
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -1/+16 |
| | |||||
* | lib/packages/docutils - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -29/+32 |
| | |||||
* | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 1 | -222/+224 |
| | |||||
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 1 | -1/+2 |
| | |||||
* | implements 'defer' | Araq | 2014-12-04 | 1 | -2/+3 |
| | |||||
* | support nimrod as an alias for nim for compatibility (nimforum!) | Araq | 2014-09-17 | 1 | -4/+4 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -9/+9 |
| | |||||
* | 'lambda' is no keyword anymore | Araq | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | new concurrency model: first steps; shared is not a keyword anymore | Araq | 2014-04-14 | 1 | -2/+4 |
| | |||||
* | added an overload for highlight.initGeneralTokenizer that accepts a cstring. | Charlie Barto | 2014-02-26 | 1 | -3/+4 |
| | | | | I use this when calling the highlighter from C#. | ||||
* | Punctation -> punctuation. | EXetoC | 2014-01-29 | 1 | -4/+4 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -2/+2 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -3/+3 |
| | |||||
* | bugfix: keywords are sorted | Araq | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Adds highlite to tests suite. | Grzegorz Adam Hankiewicz | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Adds previous slurping as runnable testcase. | Grzegorz Adam Hankiewicz | 2013-06-18 | 1 | -1/+14 |
| | |||||
* | Replaces relative file slurping with hardcoded array. | Grzegorz Adam Hankiewicz | 2013-06-18 | 1 | -1/+11 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Moved packages to lib directory. | Dominik Picheta | 2013-02-25 | 1 | -0/+537 |