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

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##
3syntax "logtalk" "\.lgt$"
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.