3ac73c8881
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1713 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Logtalk highlighter
|
|
// Paulo Moura
|
|
//
|
|
// http://logtalk.org/
|
|
//
|
|
// Last updated on: October, 16 2006
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
Language: Logtalk
|
|
|
|
Filter: Logtalk files (*.lgt)|*.lgt
|
|
|
|
HelpFile:
|
|
|
|
CaseSensitive: 1
|
|
|
|
LineComment: %
|
|
|
|
BlockCommentBeg: /*
|
|
BlockCommentEnd: */
|
|
|
|
IdentifierBegChars:
|
|
IdentifierChars:
|
|
|
|
NumConstBegChars:
|
|
NumConstChars:
|
|
|
|
EscapeChar: \
|
|
|
|
|
|
KeyWords1: :: ^^ { }
|
|
|
|
|
|
StringBegChar: "
|
|
StringEndChar: "
|
|
MultilineStrings: 0
|
|
|
|
UsePreprocessor: 0
|
|
|
|
CurrLineHighlighted: 0
|
|
|
|
|
|
SpaceCol: clWindowText clWindow
|
|
Keyword1Col: clNavy clWindow B
|
|
IdentifierCol: clBlue clWindow
|
|
CommentCol: clGray clWindow I
|
|
NumberCol: clWindowText clWindow
|
|
StringCol: clMaroon clWindow
|
|
SymbolCol: clPurple clWindow
|
|
PreprocessorCol: clBlue clWindow
|
|
SelectionCol: clWhite clNavy
|
|
CurrentLineCol: clBlack clYellow
|