|
Revision 5055, 428 bytes
(checked in by pmoura, 14 months ago)
|
|
Updated text editor configuration files in order to remove references to the no longer used ".config" file name extension and to support syntax coloring and code completion of the multifile/1 and use_module/1-2 directives.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | ## Here is an example for Logtalk. |
|---|
| 2 | ## |
|---|
| 3 | syntax "logtalk" "\.lgt$" |
|---|
| 4 | |
|---|
| 5 | color magenta "::" |
|---|
| 6 | color magenta ":" |
|---|
| 7 | color magenta "\^\^" |
|---|
| 8 | color magenta "<<" |
|---|
| 9 | color magenta "[{}]" |
|---|
| 10 | color black ":-" |
|---|
| 11 | |
|---|
| 12 | color brightblack start="^[[:space:]]*:- (object|category|protocol)\(" end="\)\." |
|---|
| 13 | color brightblack "^[[:space:]]*:- end_(object|category|protocol)\." |
|---|
| 14 | |
|---|
| 15 | color green ""[^"]*"" |
|---|
| 16 | color green "'[^']*'" |
|---|
| 17 | |
|---|
| 18 | color blue "%.*" |
|---|
| 19 | color blue start="/\*" end="\*/" |
|---|