index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
packages
/
docutils
/
highlite.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
related #22534; fixes documentation rendering of custom number literal routin...
Erich Reitz
2023-12-01
1
-11
/
+12
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-2
/
+2
*
fixes #21232; highlite.getNextToken() returns gtOperator for '/' in C (#21234)
ringabout
2023-01-08
1
-0
/
+3
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-1
/
+1
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
1
-6
/
+7
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+4
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
1
-3
/
+1
*
remove isKeywordIgnoreCase from highlite, not used , can't even compile with ...
Bung
2021-06-30
1
-3
/
+0
*
follow-up #17837: add `Console` for interactive sessions (#17930)
Andrey Makarov
2021-05-06
1
-8
/
+28
*
highlite: fix #17890 - tokenize Nim escape seq-s (#17919)
Andrey Makarov
2021-05-03
1
-19
/
+33
*
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
*
remove docutils.nimble (not a real nimble package, and affected canonical imp...
Timothee Cour
2021-03-29
1
-2
/
+0
*
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
*
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
*
Documentation highlite (#11596)
Juan Carlos
2019-06-26
1
-0
/
+27
*
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 sni...
Araq
2017-11-28
1
-6
/
+3
*
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
*
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
[next]