|
Revision 3748, 437 bytes
(checked in by pmoura, 3 years ago)
|
|
Updated the syntax coloring configuration file to highlight the new :/1 operator.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | ## Here is an example for Logtalk. |
|---|
| 2 | ## |
|---|
| 3 | syntax "logtalk" "\.(lgt|config)$" |
|---|
| 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="\*/" |
|---|