83
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated version to 1.0.7.3 for next release. More... over 18 years ago
Added languages: ocaml, ocaml-brief, ruby, scheme. More... over 18 years ago
Added changenotes and thanks for 1.0.7.3 More... over 18 years ago
Fixed security hole: not specifying source could result in any file being included. More... over 18 years ago
add: Single line comments might appear as part of the context. --> Added as subcontext
BenBE
as Benny Baumann
More... over 18 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... over 18 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... over 18 years ago
add: Single line comments might break appear as part of the context. --> Added as subcontext
BenBE
as Benny Baumann
More... over 18 years ago
add: some keywords added fix: tweaked some settings
BenBE
as Benny Baumann
More... over 18 years ago
Marking several todos either as done or as needing fixed for version [whatever]. More... over 18 years ago
Added keytypes array to property context. More... over 18 years ago
Added exports_brackets context to extern context. More... over 18 years ago
Added new exports_brackets context, which is a context inside extern.php to handle stuff in () brackets appropriately. More... over 18 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... over 18 years ago
Added second parameter to geshi_use_doubles(): If true, there must be a number before the decimal point in double numbers. More... over 18 years ago
Added todo about Inline keyword. More... over 18 years ago
Disallow underscores before and after keywords. More... over 18 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... over 18 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... over 18 years ago
Improved number highlighting again by using a lookahead so two integers can sit next to one another. More... over 18 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... over 18 years ago
Commented out code that adds </span> for strict mode, since the </span> is never needed. More... over 18 years ago
Added notes about changes relating to bugfixes sent by Tim Van Wassenhove. More... over 18 years ago
Corrected XHTML compliance error in URL. More... over 18 years ago
Corrected warning about undefined constant GESHI_CAP_NO_CHANGE - spelt wrong. More... over 18 years ago
Added property_index context, handling everything between [ and ] in the property context. More... over 18 years ago
Extern context is aliased to delphi/delphi. More... over 18 years ago
Property context is now aliased to delphi/delphi. Added subcontext property_index to handle stuff within [ and ]. More... over 18 years ago
Implemented aliasing: one context can call itself by another's name. More... over 18 years ago
Implemented aliasing: one context can call itself by another's name. More... over 18 years ago