root/trunk/wenv/nano/logtalk.nanorc @ 3748

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##
3syntax "logtalk" "\.(lgt|config)$"
4
5color magenta "::"
6color magenta ":"
7color magenta "\^\^"
8color magenta "<<"
9color magenta "[{}]"
10color black ":-"
11
12color brightblack start="^[[:space:]]*:- (object|category|protocol)\(" end="\)\."
13color brightblack "^[[:space:]]*:- end_(object|category|protocol)\."
14
15color green ""[^"]*""
16color green "'[^']*'"
17
18color blue "%.*"
19color blue start="/\*" end="\*/"
Note: See TracBrowser for help on using the browser.