Lines Matching refs:and

7 changes - thanks to all who suggested these ideas and gave me the code to show me how!
9 Language files listed under each version were made by the author beside them, and then
27 * Haskell: Updated doc links and types from Prelude (Jeremy Singer)
29 * Matlab: Add keywords and functions from recent Matlab releases (apjanke)
92 - Allow for global setup of all keyword and comments style at once using '*' (BenBE)
112 * Updated list of Debian and Ubuntu releases (BenBE)
151 * Symbol and char literal handling for Scala (Paul Butcher, BenBE)
155 * Changes for improved highlighting of signle line comments and end-of-code indicators
156 * Missing keywords and improved highlighting of comments
158 * Addition of MMX/SSE/x86-64 registers and MMX/SSE instructions for
164 * Fixed a typo and missing keywords for HTML4 and HTML5 (SF#3365452, BenBE)
206 for ActionScript 3 and JavaScript (Kevin Day)
214 * Common subcommands for Apache, APT, CVS, Git, SVN and YUM for Bash (BenBE)
223 * Additional Keywords and minor tweaks to Logtalk (Paulo Moura)
235 - Added support for $-prefixed hex numbers and @-prefixed octal numbers
260 * Major reworks and improvements to OCaml language file (BenBE)
281 * Added Standard Integer Types for C and c++ (BenBE)
325 - Allowed for String and Number Styles to be set by the API (BenBE)
334 * Added support for C# and VB.net delegates (SF#2832253, BenBE)
335 * Added support for line numbers, file handles and hex\octal numbers for QBasic (BenBE)
380 * Added some missing Perl keywords and obscure default variables (BenBE)
383 C, C for Mac, C++ and CC++ with Qt support (BenBE)
386 * Problem with escaped backslash in PHP and D (BenBE)
413 * eMail (RFC822\mbox) highlighting now highlights IPs, MIME types and
417 * Removed duplicate keywords from Progres, SAS and TSQL (BenBE)
425 * Fixed a problem with tag and attribute names in XML highlighting (SF#2276119, BenBE)
428 * Added improved Escape Char handling for c, c_mac, cpp and cpp_qt (SF#2458743, BenBE)
440 * Introduced support for \xAB and \007 style Char Escapes in PHP (BenBE)
449 (<SEMI> and <PIPE> were accidentially filtered even though they are valid)
463 * Fixed highlighting in LaTeX for \begin{} and \end{}, i.e. the stuff inside
473 * Fixed duplicate keyword warnings for Perl, Tcl and Typoscript (BenBE)
496 * Cache Symbol Search Regexp and make Symbol Highlighting faster (milian)
497 * Use more native functions like substr_replace and strcasecmp to speed things up (milian)
512 => valid HTML and no need for &nbsp; indentation
521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
527 * Fixed problems of unfinished strings and comments producing invalid XHTML (SF#1996353, BenBE)
538 this makes is_a calls unneeded and thus prevents PHP notices in PHP 5.x (milian)
541 * Changed behaviour of PARSER_CONTROL now allowing to provide the full Lookahead and Lookbehind
544 - Some typos and mistakes in the documentation (BenBE)
549 * Fixed symbol highlighting with C++ sometimes missing keywords after ; and comments (BenBE)
555 * Minor issue with PHP Heredoc and Nowdoc syntax sometimes not getting highlighted (BenBE)
565 * Removed <, > and / from HTML names, now only containing the real tag names (BenBE)
568 * Added some comment styles, keywords and added index highlighting (Chusslove Illich, Часлав Илић)
591 broke highlighting and standard compliance due to missing escaping of
592 internally used characters (SF#192320 and SF#1926259, BenBE)
604 - Implemented Heredoc and Nowdoc Syntax for PHP and Perl (SF#1914640, BenBE)
615 - Example script remembers selections and source submitted (Milian Wolff)
616 - Example script allows remembered source and preselected language to be cleared (Milian Wolff)
617 - Example script now properly includes geshi and doesn't suppress error messages anylonger. (Milian Wolff)
631 - Added support for highlighting the C# using and namespace directives (SF #1395677, BenBE)
632 - Added support for highlighting the Java import and package directives (SF #1395677, BenBE)
635 - Updated some aspects of the documentation and included further hints (BenBE)
650 * PHP and PHP-Brief
663 - Included color and character information for symbol highlighting in some languages (BenBE)
667 - Updated doxygen documentation to include since tags and some missing parameters
672 - Fixed template params for C++ and C# not being highlighted (SF #1772919, BenBE)
682 * Genero (logic) and Per (forms) (FOURJ's Genero 4GL) (Lars Gersmann)
714 - Fixed invalid HTML being generated and doctypes not being highlighted over
719 - Allow {TIME}, {LANGUAGE} and {VERSION} to be used in the header as well as
733 - Changed code style of geshi.php, and removed tabs
754 - Fixed notices in text.php, reg.php and latex.php when $this is not
807 - Added MD5 and SHA1 to mysql keywords (polarina)
813 - Changed keyword and regexp detection and parsing
816 - Minor fixes for XML and GML
830 - Added support for :keywords and ::access in lisp (Denis Mashkevich)
832 - Removed escape characters for strings in XML and HTML (floele)
846 - Delphi language updated to include more keywords and types (BenBE)
870 - Fixed up no </span> in XML and other strict languages (regression from 1.0.7.3 fix: removed
875 * Ocaml and Ocaml-brief (Flaie)
881 not set and language is set to wierd value (Maksymilian Arciemowicz)
912 - Changed file comments to use phpdoc syntax, and changed code style to be more
917 - Removed min and max tab width checks
922 - Removed excess characters after ?> in ada.php, apache.php and cpp.php that caused
927 - Added some missing java keywords like "abstract" and "transient"
928 - Added "list" and "continue" PHP keywords
929 - set_language resets error status and strict mode (Andrew Black)
946 - Added two new methods: load_from_file and get_language_name_from_extension, that can
953 - Added new keywords to C and C++ files (Jack Lloyd)
966 - You can now specify an array of object splitters, and each
969 - If a language uses a case sensitive keyword group and that group
984 * Perl (Andreas Gohr and Ben Keen)
990 and an example script (needs lotsa work...)
1001 and Perl.
1002 - Code can have a header and footer
1003 - Time taken to parse the code is recorded and made available with the get_time()
1010 - Added methods set_symbols_style() and set_symbols_highlighting(). These should be used
1011 instead of set_brackets_style and set_brackets_highlighting respectively.
1024 and bugs with when line number classes are outputted in economy mode have been fixed