home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / dfm.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  2.4 KB  |  104 lines

  1. object TPersHolder
  2.   P.Name = 'DFM Files'
  3.   P.Extensions.Strings = (
  4.     'Delphi Form files (*.dfm)|*.dfm')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FIIntNum = 1
  11.       FIFloatNum = 2
  12.       FIHexNum = 3
  13.       FISymbol = 6
  14.       UseSymbols = True
  15.       UseStrings = True
  16.       UseSingleLineStrings = True
  17.       UseNumbers = True
  18.       UsePrefixedNumbers = True
  19.       UseKeywords = True
  20.       BlockDelimiters = <>
  21.       SingleLineStringDelimiters = <
  22.         item
  23.           FontID = 4
  24.           LeftDelimiter = #39
  25.           RightDelimiter = #39
  26.         end>
  27.       NumPrefixes = <
  28.         item
  29.           LeftDelimiter = '#'
  30.         end>
  31.       KeywordSets = <
  32.         item
  33.           FontID = 5
  34.           Name = 'reserved'
  35.           Keywords = 'end,inherited,inline,item,object'
  36.         end>
  37.     end>
  38.   P.FontTable = <
  39.     item
  40.       FontID = 0
  41.       GlobalAttrID = 'Whitespace'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'Courier New'
  46.       Font.Style = []
  47.     end
  48.     item
  49.       FontID = 1
  50.       GlobalAttrID = 'Integer'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clGreen
  53.       Font.Height = -13
  54.       Font.Name = 'Courier New'
  55.       Font.Style = []
  56.     end
  57.     item
  58.       FontID = 2
  59.       GlobalAttrID = 'Float'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clGreen
  62.       Font.Height = -13
  63.       Font.Name = 'Courier New'
  64.       Font.Style = []
  65.     end
  66.     item
  67.       FontID = 3
  68.       GlobalAttrID = 'Integer'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clGreen
  71.       Font.Height = -13
  72.       Font.Name = 'Courier New'
  73.       Font.Style = []
  74.     end
  75.     item
  76.       FontID = 4
  77.       GlobalAttrID = 'String'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clMaroon
  80.       Font.Height = -13
  81.       Font.Name = 'Courier New'
  82.       Font.Style = []
  83.     end
  84.     item
  85.       FontID = 5
  86.       GlobalAttrID = 'Reserved words'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlue
  89.       Font.Height = -13
  90.       Font.Name = 'Courier New'
  91.       Font.Style = [fsBold]
  92.     end
  93.     item
  94.       FontID = 6
  95.       GlobalAttrID = 'Delimiters'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = []
  101.     end>
  102.   P.SyntaxVersion = 3
  103. end
  104.