home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Plugins / Syn2 / HL / MultiColumns.lcf < prev    next >
Encoding:
Text File  |  2007-12-12  |  3.1 KB  |  137 lines

  1. object SyntAnal44: TLibSyntAnalyzer
  2.   Formats = <
  3.     item
  4.       DisplayName = 'Marked block'
  5.       Font.Charset = DEFAULT_CHARSET
  6.       Font.Color = clHighlightText
  7.       Font.Height = -13
  8.       Font.Name = 'Courier New'
  9.       Font.Style = []
  10.       BgColor = clHighlight
  11.       FormatType = ftColor
  12.     end
  13.     item
  14.       DisplayName = 'Style 1'
  15.       Font.Charset = DEFAULT_CHARSET
  16.       Font.Color = cl3DDkShadow
  17.       Font.Height = -13
  18.       Font.Name = 'Courier New'
  19.       Font.Style = [fsBold]
  20.     end
  21.     item
  22.       DisplayName = 'Style 2'
  23.       Font.Charset = DEFAULT_CHARSET
  24.       Font.Color = clWindowText
  25.       Font.Height = -13
  26.       Font.Name = 'Courier New'
  27.       Font.Style = []
  28.     end
  29.     item
  30.       DisplayName = 'Style 3'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -13
  34.       Font.Name = 'Courier New'
  35.       Font.Style = [fsBold]
  36.     end
  37.     item
  38.       DisplayName = 'Style 4'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -13
  42.       Font.Name = 'Courier New'
  43.       Font.Style = [fsItalic]
  44.     end
  45.     item
  46.       DisplayName = 'Style 5'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -13
  50.       Font.Name = 'Courier New'
  51.       Font.Style = []
  52.     end
  53.     item
  54.       DisplayName = 'Style 6'
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clWindowText
  57.       Font.Height = -13
  58.       Font.Name = 'Courier New'
  59.       Font.Style = []
  60.     end>
  61.   TokenRules = <
  62.     item
  63.       DisplayName = 'First'
  64.       StyleName = 'Style 1'
  65.       Expression = '^.*?\t'
  66.       ColumnFrom = 0
  67.       ColumnTo = 0
  68.     end
  69.     item
  70.       DisplayName = 'Next columns'
  71.       TokenType = 1
  72.       Expression = '.*?(\t|$)'
  73.       ColumnFrom = 0
  74.       ColumnTo = 0
  75.     end>
  76.   BlockRules = <
  77.     item
  78.       DisplayName = 'Column 2'
  79.       StyleName = 'Style 2'
  80.       BlockType = btTagDetect
  81.       ConditionList = <
  82.         item
  83.           TokenTypes = 2
  84.         end
  85.         item
  86.           TokenTypes = 1
  87.         end>
  88.       HighlightPos = cpAny
  89.       IgnoreAsParent = False
  90.     end
  91.     item
  92.       DisplayName = 'Column 3'
  93.       StyleName = 'Style 3'
  94.       BlockType = btTagDetect
  95.       ConditionList = <
  96.         item
  97.           TokenTypes = 2
  98.         end
  99.         item
  100.           TokenTypes = 2
  101.         end
  102.         item
  103.           TokenTypes = 1
  104.         end>
  105.       HighlightPos = cpAny
  106.       IgnoreAsParent = False
  107.     end
  108.     item
  109.       DisplayName = 'Column 4'
  110.       StyleName = 'Style 4'
  111.       BlockType = btTagDetect
  112.       ConditionList = <
  113.         item
  114.           TokenTypes = 2
  115.         end
  116.         item
  117.           TokenTypes = 2
  118.         end
  119.         item
  120.           TokenTypes = 2
  121.         end
  122.         item
  123.           TokenTypes = 1
  124.         end>
  125.       HighlightPos = cpAny
  126.       IgnoreAsParent = False
  127.     end>
  128.   CodeTemplates = <>
  129.   SubAnalyzers = <>
  130.   TokenTypeNames.Strings = (
  131.     'First'
  132.     'Next columns')
  133.   MarkedBlockStyle = 'Marked block'
  134.   LexerName = 'Multi Columns'
  135.   Internal = True
  136. end
  137.