diff --git a/Logtalk/wenv/hydra/NOTES b/Logtalk/wenv/hydra/NOTES deleted file mode 100644 index 2d6436d92..000000000 --- a/Logtalk/wenv/hydra/NOTES +++ /dev/null @@ -1,18 +0,0 @@ -================================================================= -Logtalk - Object oriented extension to Prolog -Release 2.15.4 - -Copyright (c) 1998-2003 Paulo Moura. All Rights Reserved. -================================================================= - - -This directory contains files that provide syntax highlighting -for editing Logtalk source files with the Hydra text editor -(http://hydra.globalse.org/). - - -To install copy the file "logtalk.plist" to the folder -"~/Library/Application Support/Hydra/Syntax Definitions/" or to -"/Library/Application Support/Hydra/Syntax Definitions/" -(create the folder if it does not exist). - diff --git a/Logtalk/wenv/hydra/logtalk.plist b/Logtalk/wenv/hydra/logtalk.plist deleted file mode 100644 index abf882887..000000000 --- a/Logtalk/wenv/hydra/logtalk.plist +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - Header - - Name - Logtalk - Extensions - lgt - Valid Characters for Variables - _0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ - - - Styles - - - - Name - Entity Directives - Color - - 0.408 - 0.220 - 0.129 - - Multiline - - Regular Expressions - - \:\-[[:space:]](object) - \:\-[[:space:]](end_object)\. - \:\-[[:space:]](protocol) - \:\-[[:space:]](end_protocol)\. - \:\-[[:space:]](category) - \:\-[[:space:]](end_category)\. - \:\-[[:space:]](initialization)\( - \:\-[[:space:]](info)\( - \:\-[[:space:]](mode)\( - \:\-[[:space:]](dynamic)\( - \:\-[[:space:]](dynamic)\. - \:\-[[:space:]](discontiguous)\( - \:\-[[:space:]](public)\( - \:\-[[:space:]](protected)\( - \:\-[[:space:]](private)\( - \:\-[[:space:]](metapredicate)\( - \:\-[[:space:]](op)\( - \:\-[[:space:]](calls)\( - \:\-[[:space:]](uses)\( - - - - - Name - Entity Relations - Color - - 0.408 - 0.220 - 0.129 - - Multiline - - Regular Expressions - - (instantiates)\( - (specializes)\( - (extends)\( - (imports)\( - (implements)\( - - - - - Name - Message Sending Operators - Color - - 0.000 - 0.000 - 1.000 - - Multiline - - Regular Expressions - - :: - \^\^ - - - - - Name - Control Constructs - Color - - 0.463 - 0.059 - 0.298 - - Multiline - - Regular Expressions - - (call)\( - (catch)\( - (throw)\( - (true) - (fail) - - - - - Name - External Call - Color - - 0.463 - 0.059 - 0.298 - - Multiline - - Multiline Begin - ({) - Multiline End - (}) - - - - Name - Built-in Methods - Color - - 0.463 - 0.059 - 0.298 - - Multiline - - Regular Expressions - - (parameter)\( - (self)\( - (sender)\( - (this)\( - (current_predicate)\( - (predicate_property)\( - (abolish)\( - (asserta)\( - (assertz)\( - (clause)\( - (retract)\( - (retractall)\( - (bagof)\( - (findall)\( - (forall)\( - (setof)\( - (before)\( - (after)\( - (phrase)\( - - - - - Name - Built-in Predicates - Color - - 0.463 - 0.059 - 0.298 - - Multiline - - Regular Expressions - - (current_object)\( - (current_protocol)\( - (current_category)\( - (create_object)\( - (create_protocol)\( - (create_category)\( - (object_property)\( - (protocol_property)\( - (category_property)\( - (abolish_object)\( - (abolish_protocol)\( - (abolish_category)\( - (extends_object)\( - (extends_protocol)\( - (implements_protocol)\( - (instantiates_object)\( - (specializes_object)\( - (imports_category)\( - (abolish_events)\( - (current_event)\( - (define_events)\( - (current_logtalk_flag)\( - (set_logtalk_flag)\( - (logtalk_compile)\( - (logtalk_load)\( - (forall)\( - (logtalk_version)\( - (retractall)\( - - - - - Name - Other Built-in Predicates - Color - - 0.463 - 0.059 - 0.298 - - Multiline - - Regular Expressions - - - [[:space:]]+(=)[[:space:]]+ - [[:space:]]+(\\=)[[:space:]]+ - (unify_with_occurs_check)\( - - (var)\( - (atom)\( - (integer)\( - (float)\( - (atomic)\( - (compound)\( - (nonvar)\( - (number)\( - - [[:space:]]+(==)[[:space:]]+ - [[:space:]]+(\\==)[[:space:]]+ - [[:space:]]+(@=<)[[:space:]]+ - [[:space:]]+(@<)[[:space:]]+ - [[:space:]]+(@>=)[[:space:]]+ - [[:space:]]+(@>)[[:space:]]+ - - (functor)\( - (arg)\( - [[:space:]]+(=\.\.)[[:space:]]+ - (copy_term)\( - - [[:space:]]+(is)[[:space:]]+ - - [[:space:]]+(=:=)[[:space:]]+ - [[:space:]]+(=\=)[[:space:]]+ - [[:space:]]+(<)[[:space:]]+ - [[:space:]]+(=<)[[:space:]]+ - [[:space:]]+(>)[[:space:]]+ - [[:space:]]+(>=)[[:space:]]+ - - [[:space:]]+(\+)[[:space:]]+ - [[:space:]]+(\-)[[:space:]]+ - [[:space:]]+(\*)[[:space:]]+ - [[:space:]]+(//)[[:space:]]+ - [[:space:]]+(/)[[:space:]]+ - [[:space:]]+(rem)[[:space:]]+ - [[:space:]]+(mod)[[:space:]]+ - (rem)\( - (mod)\( - (abs)\( - (sign)\( - (float_integer_part)\( - (float_fractional_part)\( - (float)\( - (floor)\( - (truncate)\( - (round)\( - (ceiling)\( - - [[:space:]]+(\*\*)[[:space:]]+ - (sin)\( - (cos)\( - (atan)\( - (exp)\( - (log)\( - (sqrt)\( - - [[:space:]]+(>>)[[:space:]]+ - [[:space:]]+(<<)[[:space:]]+ - [[:space:]]+(/\\)[[:space:]]+ - [[:space:]]+(\\/)[[:space:]]+ - [[:space:]]+(\\)[[:space:]]+ - - (current_input)\( - (current_output)\( - (set_input)\( - (set_output)\( - (open)\( - (close)\( - (flush_output) - (stream_property)\( - (at_end_of_stream) - (set_stream_position)\( - - (get_char)\( - (get_code)\( - (peek_char)\( - (peek_code)\( - (put_char)\( - (put_code)\( - (nl) - - (get_byte)\( - (peek_byte)\( - (put_byte)\( - - (read_term)\( - (read)\( - (write_term)\( - (write)\( - (writeq)\( - (write_canonical)\( - (op)\( - (current_op)\( - (char_conversion)\( - (current_char_conversion)\( - - (\\\+)[[:space:]]+ - (once)\( - (repeat) - - (atom_length)\( - (atom_concat)\( - (sub_atom)\( - (atom_chars)\( - (atom_codes)\( - (char_code)\( - (number_chars)\( - (number_codes)\( - - (set_prolog_flag)\( - (current_prolog_flag)\( - (halt) - - - - - Name - Numbers - Color - - 0.000 - 0.000 - 0.404 - - Multiline - - Plain Strings - - [0-9]+\.*[0-9]+([eE][-+][1-9][0-9]*)? - 0b[0-1]+ - 0o[0-8]+ - 0x[0-9a-fA-F]+ - - - - - Name - Quoted Atoms and Strings - Color - - 0.537 - 0.075 - 0.082 - - Multiline - - Regular Expressions - - '(.+)' - "(.+)" - - - - - Name - Character Code Constants - Color - - 0.000 - 0.000 - 0.404 - - Multiline - - Regular Expressions - - (0'[[:alnum:]]) - - - - - Name - Single Line Comment - Color - - 0.137 - 0.431 - 0.145 - - Multiline - - Comment - - Regular Expressions - - %.* - - - - - Name - Block Comment - Color - - 0.137 - 0.431 - 0.145 - - Multiline - - Comment - - Multiline Begin - /* - Multiline End - */ - - - - - -