Changeset 3952
- Timestamp:
- 12/10/07 08:35:13 (13 months ago)
- Location:
- trunk/wenv
- Files:
-
- 16 modified
-
emacs/logtalk.el (modified) (1 diff)
-
gtksourceview2/logtalk.lang (modified) (1 diff)
-
jedit/logtalk.xml (modified) (2 diffs)
-
kate/logtalk.xml (modified) (1 diff)
-
nedit/logtalk.pats (modified) (1 diff)
-
npp/logtalk.api (modified) (1 diff)
-
source-highlight/logtalk.lang (modified) (1 diff)
-
subethaedit/logtalk.plist (modified) (1 diff)
-
subethaedit2/Logtalk.mode/Contents/Resources/AutocompleteAdditions.txt (modified) (1 diff)
-
subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml (modified) (1 diff)
-
superedi/Logtalk.syn (modified) (1 diff)
-
textmate/Logtalk.tmbundle/Preferences/Completions.plist (modified) (1 diff)
-
textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist (modified) (1 diff)
-
textpad/logtalk.syn (modified) (1 diff)
-
vim/completion/logtalk.dict (modified) (1 diff)
-
vim/syntax/logtalk.vim (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/emacs/logtalk.el
r3951 r3952 104 104 ("\\(:- \\)\\(alias\\|calls\\|d\\(?:iscontiguous\\|ynamic\\)\\|e\\(?:ncoding\\|xport\\)\\|in\\(?:fo\\|itialization\\)\\|m\\(?:\\(?:eta_predicat\\|od\\)e\\)\\|op\\|use\\(?:s\\|_module\\)\\|synchronized\\)\\([(]\\)" 2 'logtalk-directive-face) 105 105 ("\\(:- \\)\\(dynamic\\|synchronized\\|threaded\\)\\([\.]\\)" 2 'logtalk-directive-face) 106 ("\\(\\(?: extend\\|i\\(?:mp\\(?:\\(?:lemen\\|or\\)t\\)\\|nstantiate\\)\\|specialize\\)s\\)\\([(]\\)" 1 'logtalk-directive-face)106 ("\\(\\(?:complement\\|extend\\|i\\(?:mp\\(?:\\(?:lemen\\|or\\)t\\)\\|nstantiate\\)\\|specialize\\)s\\)\\([(]\\)" 1 'logtalk-directive-face) 107 107 )) 108 108 -
trunk/wenv/gtksourceview2/logtalk.lang
r3951 r3952 83 83 84 84 <context id="entity-relations" style-ref="entity"> 85 <keyword>( specializes)(?=[(])</keyword>85 <keyword>(complements)(?=[(])</keyword> 86 86 <keyword>(extends)(?=[(])</keyword> 87 87 <keyword>(i(mp(orts|lements)|nstantiates))(?=[(])</keyword> 88 <keyword>(specializes)(?=[(])</keyword> 88 89 </context> 89 90 -
trunk/wenv/jedit/logtalk.xml
r3951 r3952 51 51 <SEQ_REGEXP AT_WORD_START="TRUE" TYPE="KEYWORD1">^\s*:-\sop(?=[(])</SEQ_REGEXP> 52 52 <SEQ_REGEXP AT_WORD_START="TRUE" TYPE="KEYWORD1">^\s*:-\s(calls|use(s|_module))(?=[(])</SEQ_REGEXP> 53 <SEQ_REGEXP AT_WORD_START="TRUE" TYPE="KEYWORD1">( extends|i(nstantiates|mp(lements|orts))|specializes)(?=[(])</SEQ_REGEXP>53 <SEQ_REGEXP AT_WORD_START="TRUE" TYPE="KEYWORD1">(complements|extends|i(nstantiates|mp(lements|orts))|specializes)(?=[(])</SEQ_REGEXP> 54 54 55 55 <!-- Event handlers --> … … 256 256 <NULL>clause</NULL> 257 257 <NULL>close</NULL> 258 <NULL>complements</NULL> 258 259 <NULL>complements_object</NULL> 259 260 <NULL>compound</NULL> -
trunk/wenv/kate/logtalk.xml
r3951 r3952 167 167 168 168 <context name = "entityrelations" attribute = "Normal" lineEndContext = "#stay" > 169 <RegExpr String = "\b( extends|i(nstantiates|mp(lements|orts))|specializes)(?=[(])" attribute = "Directive" context = "#stay" />169 <RegExpr String = "\b(complements|extends|i(nstantiates|mp(lements|orts))|specializes)(?=[(])" attribute = "Directive" context = "#stay" /> 170 170 <Detect2Chars attribute = "Normal" context = "normal" char = ")" char1 = "." /> 171 171 </context> -
trunk/wenv/nedit/logtalk.pats
r3951 r3952 24 24 Entity directives:"(?<=:\\-\\s)(object|protocol|category|module)(?=[(])":::Preprocessor::\n\ 25 25 Entity directives:"(?<=:\\-\\s)(end_object|end_protocol|end_category)(?=[.])":::Preprocessor::\n\ 26 Entity relations:"<( instantiates|specializes|extends|imports|implements)(?=[(])":::Preprocessor::\n\26 Entity relations:"<(complements|instantiates|specializes|extends|imports|implements)(?=[(])":::Preprocessor::\n\ 27 27 Directives:"(?<=:\\-\\s)(alias|synchronized|encoding|export|initialization|info|mode|dynamic|discontiguous|public|protected|private|meta_predicate|multifile|op|calls|uses|use_module)(?=[(])":::Preprocessor::\n\ 28 28 Directives:"(?<=:\\-\\s)(dynamic|synchronized|threaded)>":::Preprocessor::\n\ -
trunk/wenv/npp/logtalk.api
r3951 r3952 27 27 clause 28 28 close 29 complements 29 30 complements_object 30 31 compound -
trunk/wenv/source-highlight/logtalk.lang
r3951 r3952 60 60 '^[[:blank:]]*:-[[:blank:]](end_(category|object|protocol)|dynamic|synchronized|threaded)\.' 61 61 62 preproc = '\<( extends|i(nstantiates|mp(lements|orts))|specializes)(?=\()'62 preproc = '\<(complements|extends|i(nstantiates|mp(lements|orts))|specializes)(?=\()' 63 63 64 64 normal = '\<[a-z][A-Za-z0-9_]*' -
trunk/wenv/subethaedit/logtalk.plist
r3951 r3952 109 109 <key>Regular Expressions</key> 110 110 <array> 111 <string>[^A-Za-z0-9_](complements)\(</string> 111 112 <string>[^A-Za-z0-9_](instantiates)\(</string> 112 113 <string>[^A-Za-z0-9_](specializes)\(</string> -
trunk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/AutocompleteAdditions.txt
r3951 r3952 6 6 protocol(, extends()). 7 7 protocol(). 8 category(, complements()). 9 category(, extends()). 8 10 category(, implements()). 9 11 category(). 10 12 encoding() 13 complements() 11 14 extends() 12 15 implements() -
trunk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml
r3951 r3952 43 43 44 44 <keywords id="Entity Relations" color="#881280" useforautocomplete="yes"> 45 <regex>\b( specializes)\(</regex>45 <regex>\b(complements)\(</regex> 46 46 <regex>\b(extends)\(</regex> 47 47 <regex>\b(i(mp(orts|lements)|nstantiates))\(</regex> 48 <regex>\b(specializes)\(</regex> 48 49 </keywords> 49 50 -
trunk/wenv/superedi/Logtalk.syn
r3951 r3952 82 82 83 83 ; Logtalk entity relations 84 complements 84 85 instantiates 85 86 specializes -
trunk/wenv/textmate/Logtalk.tmbundle/Preferences/Completions.plist
r3951 r3952 45 45 <string>abolish_protocol</string> 46 46 <string>abolish_category</string> 47 <string>complements</string> 47 48 <string>extends</string> 48 49 <string>complements_object</string> -
trunk/wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist
r3951 r3952 86 86 <dict> 87 87 <key>match</key> 88 <string>\b( extends|i(nstantiates|mp(orts|lements))|specializes)(?=[(])</string>88 <string>\b(complements|extends|i(nstantiates|mp(orts|lements))|specializes)(?=[(])</string> 89 89 <key>name</key> 90 90 <string>storage.type.relations.logtalk</string> -
trunk/wenv/textpad/logtalk.syn
r3951 r3952 82 82 83 83 ; Logtalk entity relations 84 complements 84 85 instantiates 85 86 specializes -
trunk/wenv/vim/completion/logtalk.dict
r3951 r3952 33 33 abolish_protocol 34 34 abolish_category 35 complements 35 36 complements_object 36 37 extends -
trunk/wenv/vim/syntax/logtalk.vim
r3951 r3952 69 69 syn region logtalkEntityRel matchgroup=logtalkEntityRelTag start="imports(" matchgroup=logtalkEntityRelTag end=")" contains=logtalkEntity,logtalkVariable,logtalkNumber,logtalkOperator contained 70 70 syn region logtalkEntityRel matchgroup=logtalkEntityRelTag start="implements(" matchgroup=logtalkEntityRelTag end=")" contains=logtalkEntity,logtalkVariable,logtalkNumber,logtalkOperator contained 71 syn region logtalkEntityRel matchgroup=logtalkEntityRelTag start="complements(" matchgroup=logtalkEntityRelTag end=")" contains=logtalkEntity,logtalkVariable,logtalkNumber,logtalkOperator contained 71 72 72 73
