faqts : Computers : Programming : Languages : Tse : Color : Syntax highlighting : Makefile (.mak)

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

TSE: Syntax: Highlight: What is a possible .syn file for a makefile file? (TSE v2.8, v3.0, v4.0)

Jul 1st, 2003 08:17
Knud van Eeden,


// copyright http://www.semware.com

// convert this text to e.g. 'makefile.syn'
// (but if you should not change anything in the text below,
//  that file is already present by default, so you do not have
//  to save it if not necessary)
// see http://www.faqts.com/knowledge_base/view.phtml/aid/22932/fid/929
// and save it in your 
// TSE .syn file directory '..\synhi\'

--- cut here ----------------------------------------------------------

wordset=0-9A-Z_a-z
HiliteIncompleteQuotes=FALSE
IgnoreCaseOfKeyWords=TRUE
HiliteIf0StyleComments=FALSE
Transparent=FALSE
CursorLineFlag=CursorLineOverrides
NumberFlag=0
TillEOL1=#
TillEOLStartCol1=0
[KeyWords1]
 !elif !else !endif !error !if !ifdef !ifndef !include !undef
[KeyWords2]
 $ ( ) : = \

--- cut here ----------------------------------------------------------