Changeset 4135 for trunk/wenv

Show
Ignore:
Timestamp:
03/18/08 13:55:03 (10 months ago)
Author:
pmoura
Message:

Minor documentation update for the Highlight syntax coloring package.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/highlight/NOTES.txt

    r4130 r4135  
    2727Usage example for a "foo.lgt" Logtalk source file: 
    2828 
    29     % highlight --replace-tabs=4 --xhtml --input=foo.lgt --output=foo.html 
     29    % highlight --replace-tabs=4 --xhtml --input=foo.lgt --output=foo.html --style=kwrite 
    3030 
    31 As Logtalk files are usually formatted using four-space tabs, the option  
    32 "--replace-tabs=4" is necessary to keep you source code properly formatted. 
     31You should try different style files (using the --style option) in order to  
     32find which ones provide the more satisfactory results. As Logtalk files are  
     33usually formatted using four-space tabs, the option "--replace-tabs=4" is  
     34necessary to keep you source code properly formatted. 
    3335 
    3436You may also use the "lgt.lang" file with plain Prolog files by using the