82
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 20 hours ago.
Jun 30, 2024 — Jun 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated version to 1.0.7.3 for next release. More... almost 20 years ago
Added languages: ocaml, ocaml-brief, ruby, scheme. More... almost 20 years ago
Added changenotes and thanks for 1.0.7.3 More... almost 20 years ago
Fixed security hole: not specifying source could result in any file being included. More... almost 20 years ago
add: Single line comments might appear as part of the context. --> Added as subcontext
BenBE
as Benny Baumann
More... almost 20 years ago
add: added single comments as subcontext fix: Fixed a syntax error in your previous version (unnecessary , after index 2 of contextKeywords array) add: some stuff todo ;-)
BenBE
as Benny Baumann
More... almost 20 years ago
add: Some required reserved words add: added keyidents to kontext fix: Tweaked some context symbols fix: Little changes and answers to your todo questions
BenBE
as Benny Baumann
More... almost 20 years ago
add: Single line comments might break appear as part of the context. --> Added as subcontext
BenBE
as Benny Baumann
More... almost 20 years ago
add: some keywords added fix: tweaked some settings
BenBE
as Benny Baumann
More... almost 20 years ago
Marking several todos either as done or as needing fixed for version [whatever]. More... almost 20 years ago
Added keytypes array to property context. More... almost 20 years ago
Added exports_brackets context to extern context. More... almost 20 years ago
Added new exports_brackets context, which is a context inside extern.php to handle stuff in () brackets appropriately. More... almost 20 years ago
Made external/exports context an alias for the root delphi context. Use new feature of double numbers that disallows double number highlighting if no number before the decimal place. More... almost 20 years ago
Added second parameter to geshi_use_doubles(): If true, there must be a number before the decimal point in double numbers. More... almost 20 years ago
Added todo about Inline keyword. More... almost 20 years ago
Disallow underscores before and after keywords. More... almost 20 years ago
Added support for double numbers with "E" in them. Fixed minor bug with integer highlighting not allowed at the end of contexts. More... almost 20 years ago
Disallow underscores before and after keywords. (may have to make them a default thing for ignoring). Added .. as a symbol so ranges are highlighted correctly. More... almost 20 years ago
Improved number highlighting again by using a lookahead so two integers can sit next to one another. More... almost 20 years ago
Don't delete style data if we are an alias, since it's likely that the context we're aliased to still wants the data. More... almost 20 years ago
Commented out code that adds </span> for strict mode, since the </span> is never needed. More... almost 20 years ago
Added notes about changes relating to bugfixes sent by Tim Van Wassenhove. More... almost 20 years ago
Corrected XHTML compliance error in URL. More... almost 20 years ago
Corrected warning about undefined constant GESHI_CAP_NO_CHANGE - spelt wrong. More... almost 20 years ago
Added property_index context, handling everything between [ and ] in the property context. More... almost 20 years ago
Extern context is aliased to delphi/delphi. More... almost 20 years ago
Property context is now aliased to delphi/delphi. Added subcontext property_index to handle stuff within [ and ]. More... almost 20 years ago
Implemented aliasing: one context can call itself by another's name. More... almost 20 years ago
Implemented aliasing: one context can call itself by another's name. More... almost 20 years ago