ThirdParty/Pygments/pygments/lexers/igor.py

changeset 5713
6762afd9f963
parent 4697
c2e9bf425554
child 6651
e8f3b5568b21
equal deleted inserted replaced
5712:f0d08bdeacf4 5713:6762afd9f963
3 pygments.lexers.igor 3 pygments.lexers.igor
4 ~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~
5 5
6 Lexers for Igor Pro. 6 Lexers for Igor Pro.
7 7
8 :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. 8 :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
9 :license: BSD, see LICENSE for details. 9 :license: BSD, see LICENSE for details.
10 """ 10 """
11 11
12 import re 12 import re
13 13
38 'break', 'continue', 'return', 'AbortOnRTE', 'AbortOnValue' 38 'break', 'continue', 'return', 'AbortOnRTE', 'AbortOnValue'
39 ) 39 )
40 types = ( 40 types = (
41 'variable', 'string', 'constant', 'strconstant', 'NVAR', 'SVAR', 'WAVE', 41 'variable', 'string', 'constant', 'strconstant', 'NVAR', 'SVAR', 'WAVE',
42 'STRUCT', 'dfref', 'funcref', 'char', 'uchar', 'int16', 'uint16', 'int32', 42 'STRUCT', 'dfref', 'funcref', 'char', 'uchar', 'int16', 'uint16', 'int32',
43 'uint32', 'float', 'double' 43 'uint32', 'int64', 'uint64', 'float', 'double'
44 ) 44 )
45 keywords = ( 45 keywords = (
46 'override', 'ThreadSafe', 'MultiThread', 'static', 'Proc', 46 'override', 'ThreadSafe', 'MultiThread', 'static', 'Proc',
47 'Picture', 'Prompt', 'DoPrompt', 'macro', 'window', 'function', 'end', 47 'Picture', 'Prompt', 'DoPrompt', 'macro', 'window', 'function', 'end',
48 'Structure', 'EndStructure', 'EndMacro', 'Menu', 'SubMenu' 48 'Structure', 'EndStructure', 'EndMacro', 'Menu', 'SubMenu'
49 ) 49 )
50 operations = ( 50 operations = (
51 'Abort', 'AddFIFOData', 'AddFIFOVectData', 'AddMovieAudio', 51 'Abort', 'AddFIFOData', 'AddFIFOVectData', 'AddMovieAudio', 'AddMovieFrame',
52 'AddMovieFrame', 'APMath', 'Append', 'AppendImage', 52 'AdoptFiles', 'APMath', 'Append', 'AppendImage', 'AppendLayoutObject',
53 'AppendLayoutObject', 'AppendMatrixContour', 'AppendText', 53 'AppendMatrixContour', 'AppendText', 'AppendToGizmo', 'AppendToGraph',
54 'AppendToGraph', 'AppendToLayout', 'AppendToTable', 'AppendXYZContour', 54 'AppendToLayout', 'AppendToTable', 'AppendXYZContour', 'AutoPositionWindow',
55 'AutoPositionWindow', 'BackgroundInfo', 'Beep', 'BoundingBall', 55 'BackgroundInfo', 'Beep', 'BoundingBall', 'BoxSmooth', 'BrowseURL', 'BuildMenu',
56 'BrowseURL', 'BuildMenu', 'Button', 'cd', 'Chart', 'CheckBox', 56 'Button', 'cd', 'Chart', 'CheckBox', 'CheckDisplayed', 'ChooseColor', 'Close',
57 'CheckDisplayed', 'ChooseColor', 'Close', 'CloseMovie', 'CloseProc', 57 'CloseHelp', 'CloseMovie', 'CloseProc', 'ColorScale', 'ColorTab2Wave',
58 'ColorScale', 'ColorTab2Wave', 'Concatenate', 'ControlBar', 58 'Concatenate', 'ControlBar', 'ControlInfo', 'ControlUpdate',
59 'ControlInfo', 'ControlUpdate', 'ConvexHull', 'Convolve', 'CopyFile', 59 'ConvertGlobalStringTextEncoding', 'ConvexHull', 'Convolve', 'CopyFile',
60 'CopyFolder', 'CopyScales', 'Correlate', 'CreateAliasShortcut', 'Cross', 60 'CopyFolder', 'CopyScales', 'Correlate', 'CreateAliasShortcut', 'CreateBrowser',
61 'CtrlBackground', 'CtrlFIFO', 'CtrlNamedBackground', 'Cursor', 61 'Cross', 'CtrlBackground', 'CtrlFIFO', 'CtrlNamedBackground', 'Cursor',
62 'CurveFit', 'CustomControl', 'CWT', 'Debugger', 'DebuggerOptions', 62 'CurveFit', 'CustomControl', 'CWT', 'Debugger', 'DebuggerOptions', 'DefaultFont',
63 'DefaultFont', 'DefaultGuiControls', 'DefaultGuiFont', 'DefineGuide', 63 'DefaultGuiControls', 'DefaultGuiFont', 'DefaultTextEncoding', 'DefineGuide',
64 'DelayUpdate', 'DeleteFile', 'DeleteFolder', 'DeletePoints', 64 'DelayUpdate', 'DeleteAnnotations', 'DeleteFile', 'DeleteFolder', 'DeletePoints',
65 'Differentiate', 'dir', 'Display', 'DisplayHelpTopic', 65 'Differentiate', 'dir', 'Display', 'DisplayHelpTopic', 'DisplayProcedure',
66 'DisplayProcedure', 'DoAlert', 'DoIgorMenu', 'DoUpdate', 'DoWindow', 66 'DoAlert', 'DoIgorMenu', 'DoUpdate', 'DoWindow', 'DoXOPIdle', 'DPSS',
67 'DoXOPIdle', 'DrawAction', 'DrawArc', 'DrawBezier', 'DrawLine', 67 'DrawAction', 'DrawArc', 'DrawBezier', 'DrawLine', 'DrawOval', 'DrawPICT',
68 'DrawOval', 'DrawPICT', 'DrawPoly', 'DrawRect', 'DrawRRect', 'DrawText', 68 'DrawPoly', 'DrawRect', 'DrawRRect', 'DrawText', 'DrawUserShape', 'DSPDetrend',
69 'DSPDetrend', 'DSPPeriodogram', 'Duplicate', 'DuplicateDataFolder', 69 'DSPPeriodogram', 'Duplicate', 'DuplicateDataFolder', 'DWT', 'EdgeStats', 'Edit',
70 'DWT', 'EdgeStats', 'Edit', 'ErrorBars', 'Execute', 'ExecuteScriptText', 70 'ErrorBars', 'EstimatePeakSizes', 'Execute', 'ExecuteScriptText',
71 'ExperimentModified', 'Extract', 'FastGaussTransform', 'FastOp', 71 'ExperimentModified', 'ExportGizmo', 'Extract', 'FastGaussTransform', 'FastOp',
72 'FBinRead', 'FBinWrite', 'FFT', 'FIFO2Wave', 'FIFOStatus', 'FilterFIR', 72 'FBinRead', 'FBinWrite', 'FFT', 'FIFOStatus', 'FIFO2Wave', 'FilterFIR',
73 'FilterIIR', 'FindLevel', 'FindLevels', 'FindPeak', 'FindPointsInPoly', 73 'FilterIIR', 'FindAPeak', 'FindContour', 'FindDuplicates', 'FindLevel',
74 'FindRoots', 'FindSequence', 'FindValue', 'FPClustering', 'fprintf', 74 'FindLevels', 'FindPeak', 'FindPointsInPoly', 'FindRoots', 'FindSequence',
75 'FReadLine', 'FSetPos', 'FStatus', 'FTPDelete', 'FTPDownload', 75 'FindValue', 'FPClustering', 'fprintf', 'FReadLine', 'FSetPos', 'FStatus',
76 'FTPUpload', 'FuncFit', 'FuncFitMD', 'GetAxis', 'GetFileFolderInfo', 76 'FTPCreateDirectory', 'FTPDelete', 'FTPDownload', 'FTPUpload', 'FuncFit',
77 'GetLastUserMenuInfo', 'GetMarquee', 'GetSelection', 'GetWindow', 77 'FuncFitMD', 'GBLoadWave', 'GetAxis', 'GetCamera', 'GetFileFolderInfo',
78 'GraphNormal', 'GraphWaveDraw', 'GraphWaveEdit', 'Grep', 'GroupBox', 78 'GetGizmo', 'GetLastUserMenuInfo', 'GetMarquee', 'GetMouse', 'GetSelection',
79 'Hanning', 'HideIgorMenus', 'HideInfo', 'HideProcedures', 'HideTools', 79 'GetWindow', 'GPIBReadBinaryWave2', 'GPIBReadBinary2', 'GPIBReadWave2',
80 'HilbertTransform', 'Histogram', 'IFFT', 'ImageAnalyzeParticles', 80 'GPIBRead2', 'GPIBWriteBinaryWave2', 'GPIBWriteBinary2', 'GPIBWriteWave2',
81 'ImageBlend', 'ImageBoundaryToMask', 'ImageEdgeDetection', 81 'GPIBWrite2', 'GPIB2', 'GraphNormal', 'GraphWaveDraw', 'GraphWaveEdit', 'Grep',
82 'ImageFileInfo', 'ImageFilter', 'ImageFocus', 'ImageGenerateROIMask', 82 'GroupBox', 'Hanning', 'HDF5CloseFile', 'HDF5CloseGroup', 'HDF5ConvertColors',
83 'ImageHistModification', 'ImageHistogram', 'ImageInterpolate', 83 'HDF5CreateFile', 'HDF5CreateGroup', 'HDF5CreateLink', 'HDF5Dump',
84 'ImageLineProfile', 'ImageLoad', 'ImageMorphology', 'ImageRegistration', 84 'HDF5DumpErrors', 'HDF5DumpState', 'HDF5ListAttributes', 'HDF5ListGroup',
85 'ImageRemoveBackground', 'ImageRestore', 'ImageRotate', 'ImageSave', 85 'HDF5LoadData', 'HDF5LoadGroup', 'HDF5LoadImage', 'HDF5OpenFile', 'HDF5OpenGroup',
86 'ImageSeedFill', 'ImageSnake', 'ImageStats', 'ImageThreshold', 86 'HDF5SaveData', 'HDF5SaveGroup', 'HDF5SaveImage', 'HDF5TestOperation',
87 'ImageTransform', 'ImageUnwrapPhase', 'ImageWindow', 'IndexSort', 87 'HDF5UnlinkObject', 'HideIgorMenus', 'HideInfo', 'HideProcedures', 'HideTools',
88 'InsertPoints', 'Integrate', 'IntegrateODE', 'Interp3DPath', 88 'HilbertTransform', 'Histogram', 'ICA', 'IFFT', 'ImageAnalyzeParticles',
89 'Interpolate3D', 'KillBackground', 'KillControl', 'KillDataFolder', 89 'ImageBlend', 'ImageBoundaryToMask', 'ImageEdgeDetection', 'ImageFileInfo',
90 'KillFIFO', 'KillFreeAxis', 'KillPath', 'KillPICTs', 'KillStrings', 90 'ImageFilter', 'ImageFocus', 'ImageFromXYZ', 'ImageGenerateROIMask', 'ImageGLCM',
91 'KillVariables', 'KillWaves', 'KillWindow', 'KMeans', 'Label', 'Layout', 91 'ImageHistModification', 'ImageHistogram', 'ImageInterpolate', 'ImageLineProfile',
92 'Legend', 'LinearFeedbackShiftRegister', 'ListBox', 'LoadData', 92 'ImageLoad', 'ImageMorphology', 'ImageRegistration', 'ImageRemoveBackground',
93 'LoadPackagePreferences', 'LoadPICT', 'LoadWave', 'Loess', 93 'ImageRestore', 'ImageRotate', 'ImageSave', 'ImageSeedFill', 'ImageSkeleton3d',
94 'LombPeriodogram', 'Make', 'MakeIndex', 'MarkPerfTestTime', 94 'ImageSnake', 'ImageStats', 'ImageThreshold', 'ImageTransform',
95 'MatrixConvolve', 'MatrixCorr', 'MatrixEigenV', 'MatrixFilter', 95 'ImageUnwrapPhase', 'ImageWindow', 'IndexSort', 'InsertPoints', 'Integrate',
96 'MatrixGaussJ', 'MatrixInverse', 'MatrixLinearSolve', 96 'IntegrateODE', 'Integrate2D', 'Interpolate2', 'Interpolate3D', 'Interp3DPath',
97 'MatrixLinearSolveTD', 'MatrixLLS', 'MatrixLUBkSub', 'MatrixLUD', 97 'JCAMPLoadWave', 'JointHistogram', 'KillBackground', 'KillControl',
98 'MatrixMultiply', 'MatrixOP', 'MatrixSchur', 'MatrixSolve', 98 'KillDataFolder', 'KillFIFO', 'KillFreeAxis', 'KillPath', 'KillPICTs',
99 'MatrixSVBkSub', 'MatrixSVD', 'MatrixTranspose', 'MeasureStyledText', 99 'KillStrings', 'KillVariables', 'KillWaves', 'KillWindow', 'KMeans', 'Label',
100 'Modify', 'ModifyContour', 'ModifyControl', 'ModifyControlList', 100 'Layout', 'LayoutPageAction', 'LayoutSlideShow', 'Legend',
101 'ModifyFreeAxis', 'ModifyGraph', 'ModifyImage', 'ModifyLayout', 101 'LinearFeedbackShiftRegister', 'ListBox', 'LoadData', 'LoadPackagePreferences',
102 'ModifyPanel', 'ModifyTable', 'ModifyWaterfall', 'MoveDataFolder', 102 'LoadPICT', 'LoadWave', 'Loess', 'LombPeriodogram', 'Make', 'MakeIndex',
103 'MoveFile', 'MoveFolder', 'MoveString', 'MoveSubwindow', 'MoveVariable', 103 'MarkPerfTestTime', 'MatrixConvolve', 'MatrixCorr', 'MatrixEigenV',
104 'MoveWave', 'MoveWindow', 'NeuralNetworkRun', 'NeuralNetworkTrain', 104 'MatrixFilter', 'MatrixGaussJ', 'MatrixGLM', 'MatrixInverse', 'MatrixLinearSolve',
105 'NewDataFolder', 'NewFIFO', 'NewFIFOChan', 'NewFreeAxis', 'NewImage', 105 'MatrixLinearSolveTD', 'MatrixLLS', 'MatrixLUBkSub', 'MatrixLUD', 'MatrixLUDTD',
106 'NewLayout', 'NewMovie', 'NewNotebook', 'NewPanel', 'NewPath', 106 'MatrixMultiply', 'MatrixOP', 'MatrixSchur', 'MatrixSolve', 'MatrixSVBkSub',
107 'NewWaterfall', 'Note', 'Notebook', 'NotebookAction', 'Open', 107 'MatrixSVD', 'MatrixTranspose', 'MeasureStyledText', 'MLLoadWave', 'Modify',
108 'OpenNotebook', 'Optimize', 'ParseOperationTemplate', 'PathInfo', 108 'ModifyBrowser', 'ModifyCamera', 'ModifyContour', 'ModifyControl',
109 'PauseForUser', 'PauseUpdate', 'PCA', 'PlayMovie', 'PlayMovieAction', 109 'ModifyControlList', 'ModifyFreeAxis', 'ModifyGizmo', 'ModifyGraph',
110 'PlaySnd', 'PlaySound', 'PopupContextualMenu', 'PopupMenu', 110 'ModifyImage', 'ModifyLayout', 'ModifyPanel', 'ModifyTable', 'ModifyWaterfall',
111 'Preferences', 'PrimeFactors', 'Print', 'printf', 'PrintGraphs', 111 'MoveDataFolder', 'MoveFile', 'MoveFolder', 'MoveString', 'MoveSubwindow',
112 'PrintLayout', 'PrintNotebook', 'PrintSettings', 'PrintTable', 112 'MoveVariable', 'MoveWave', 'MoveWindow', 'MultiTaperPSD',
113 'Project', 'PulseStats', 'PutScrapText', 'pwd', 'Quit', 113 'MultiThreadingControl', 'NeuralNetworkRun', 'NeuralNetworkTrain', 'NewCamera',
114 'RatioFromNumber', 'Redimension', 'Remove', 'RemoveContour', 114 'NewDataFolder', 'NewFIFO', 'NewFIFOChan', 'NewFreeAxis', 'NewGizmo', 'NewImage',
115 'NewLayout', 'NewMovie', 'NewNotebook', 'NewPanel', 'NewPath', 'NewWaterfall',
116 'NI4882', 'Note', 'Notebook', 'NotebookAction', 'Open', 'OpenHelp',
117 'OpenNotebook', 'Optimize', 'ParseOperationTemplate', 'PathInfo', 'PauseForUser',
118 'PauseUpdate', 'PCA', 'PlayMovie', 'PlayMovieAction', 'PlaySound',
119 'PopupContextualMenu', 'PopupMenu', 'Preferences', 'PrimeFactors', 'Print',
120 'printf', 'PrintGraphs', 'PrintLayout', 'PrintNotebook', 'PrintSettings',
121 'PrintTable', 'Project', 'PulseStats', 'PutScrapText', 'pwd', 'Quit',
122 'RatioFromNumber', 'Redimension', 'Remove', 'RemoveContour', 'RemoveFromGizmo',
115 'RemoveFromGraph', 'RemoveFromLayout', 'RemoveFromTable', 'RemoveImage', 123 'RemoveFromGraph', 'RemoveFromLayout', 'RemoveFromTable', 'RemoveImage',
116 'RemoveLayoutObjects', 'RemovePath', 'Rename', 'RenameDataFolder', 124 'RemoveLayoutObjects', 'RemovePath', 'Rename', 'RenameDataFolder', 'RenamePath',
117 'RenamePath', 'RenamePICT', 'RenameWindow', 'ReorderImages', 125 'RenamePICT', 'RenameWindow', 'ReorderImages', 'ReorderTraces', 'ReplaceText',
118 'ReorderTraces', 'ReplaceText', 'ReplaceWave', 'Resample', 126 'ReplaceWave', 'Resample', 'ResumeUpdate', 'Reverse', 'Rotate', 'Save',
119 'ResumeUpdate', 'Reverse', 'Rotate', 'Save', 'SaveData', 127 'SaveData', 'SaveExperiment', 'SaveGraphCopy', 'SaveNotebook',
120 'SaveExperiment', 'SaveGraphCopy', 'SaveNotebook', 128 'SavePackagePreferences', 'SavePICT', 'SaveTableCopy', 'SetActiveSubwindow',
121 'SavePackagePreferences', 'SavePICT', 'SaveTableCopy', 129 'SetAxis', 'SetBackground', 'SetDashPattern', 'SetDataFolder', 'SetDimLabel',
122 'SetActiveSubwindow', 'SetAxis', 'SetBackground', 'SetDashPattern', 130 'SetDrawEnv', 'SetDrawLayer', 'SetFileFolderInfo', 'SetFormula', 'SetIgorHook',
123 'SetDataFolder', 'SetDimLabel', 'SetDrawEnv', 'SetDrawLayer', 131 'SetIgorMenuMode', 'SetIgorOption', 'SetMarquee', 'SetProcessSleep',
124 'SetFileFolderInfo', 'SetFormula', 'SetIgorHook', 'SetIgorMenuMode', 132 'SetRandomSeed', 'SetScale', 'SetVariable', 'SetWaveLock', 'SetWaveTextEncoding',
125 'SetIgorOption', 'SetMarquee', 'SetProcessSleep', 'SetRandomSeed', 133 'SetWindow', 'ShowIgorMenus', 'ShowInfo', 'ShowTools', 'Silent', 'Sleep',
126 'SetScale', 'SetVariable', 'SetWaveLock', 'SetWindow', 'ShowIgorMenus', 134 'Slider', 'Smooth', 'SmoothCustom', 'Sort', 'SortColumns', 'SoundInRecord',
127 'ShowInfo', 'ShowTools', 'Silent', 'Sleep', 'Slider', 'Smooth', 135 'SoundInSet', 'SoundInStartChart', 'SoundInStatus', 'SoundInStopChart',
128 'SmoothCustom', 'Sort', 'SoundInRecord', 'SoundInSet', 136 'SoundLoadWave', 'SoundSaveWave', 'SphericalInterpolate', 'SphericalTriangulate',
129 'SoundInStartChart', 'SoundInStatus', 'SoundInStopChart', 137 'SplitString', 'SplitWave', 'sprintf', 'sscanf', 'Stack', 'StackWindows',
130 'SphericalInterpolate', 'SphericalTriangulate', 'SplitString',
131 'sprintf', 'sscanf', 'Stack', 'StackWindows',
132 'StatsAngularDistanceTest', 'StatsANOVA1Test', 'StatsANOVA2NRTest', 138 'StatsAngularDistanceTest', 'StatsANOVA1Test', 'StatsANOVA2NRTest',
133 'StatsANOVA2RMTest', 'StatsANOVA2Test', 'StatsChiTest', 139 'StatsANOVA2RMTest', 'StatsANOVA2Test', 'StatsChiTest',
134 'StatsCircularCorrelationTest', 'StatsCircularMeans', 140 'StatsCircularCorrelationTest', 'StatsCircularMeans', 'StatsCircularMoments',
135 'StatsCircularMoments', 'StatsCircularTwoSampleTest', 141 'StatsCircularTwoSampleTest', 'StatsCochranTest', 'StatsContingencyTable',
136 'StatsCochranTest', 'StatsContingencyTable', 'StatsDIPTest', 142 'StatsDIPTest', 'StatsDunnettTest', 'StatsFriedmanTest', 'StatsFTest',
137 'StatsDunnettTest', 'StatsFriedmanTest', 'StatsFTest', 143 'StatsHodgesAjneTest', 'StatsJBTest', 'StatsKDE', 'StatsKendallTauTest',
138 'StatsHodgesAjneTest', 'StatsJBTest', 'StatsKendallTauTest',
139 'StatsKSTest', 'StatsKWTest', 'StatsLinearCorrelationTest', 144 'StatsKSTest', 'StatsKWTest', 'StatsLinearCorrelationTest',
140 'StatsLinearRegression', 'StatsMultiCorrelationTest', 145 'StatsLinearRegression', 'StatsMultiCorrelationTest', 'StatsNPMCTest',
141 'StatsNPMCTest', 'StatsNPNominalSRTest', 'StatsQuantiles', 146 'StatsNPNominalSRTest', 'StatsQuantiles', 'StatsRankCorrelationTest',
142 'StatsRankCorrelationTest', 'StatsResample', 'StatsSample', 147 'StatsResample', 'StatsSample', 'StatsScheffeTest', 'StatsShapiroWilkTest',
143 'StatsScheffeTest', 'StatsSignTest', 'StatsSRTest', 'StatsTTest', 148 'StatsSignTest', 'StatsSRTest', 'StatsTTest', 'StatsTukeyTest',
144 'StatsTukeyTest', 'StatsVariancesTest', 'StatsWatsonUSquaredTest', 149 'StatsVariancesTest', 'StatsWatsonUSquaredTest', 'StatsWatsonWilliamsTest',
145 'StatsWatsonWilliamsTest', 'StatsWheelerWatsonTest', 150 'StatsWheelerWatsonTest', 'StatsWilcoxonRankTest', 'StatsWRCorrelationTest',
146 'StatsWilcoxonRankTest', 'StatsWRCorrelationTest', 'String', 151 'String', 'StructGet', 'StructPut', 'SumDimension', 'SumSeries', 'TabControl',
147 'StructGet', 'StructPut', 'TabControl', 'Tag', 'TextBox', 'Tile', 152 'Tag', 'TextBox', 'ThreadGroupPutDF', 'ThreadStart', 'Tile', 'TileWindows',
148 'TileWindows', 'TitleBox', 'ToCommandLine', 'ToolsGrid', 153 'TitleBox', 'ToCommandLine', 'ToolsGrid', 'Triangulate3d', 'Unwrap', 'URLRequest',
149 'Triangulate3d', 'Unwrap', 'ValDisplay', 'Variable', 'WaveMeanStdv', 154 'ValDisplay', 'Variable', 'VDTClosePort2', 'VDTGetPortList2', 'VDTGetStatus2',
150 'WaveStats', 'WaveTransform', 'wfprintf', 'WignerTransform', 155 'VDTOpenPort2', 'VDTOperationsPort2', 'VDTReadBinaryWave2', 'VDTReadBinary2',
151 'WindowFunction', 156 'VDTReadHexWave2', 'VDTReadHex2', 'VDTReadWave2', 'VDTRead2', 'VDTTerminalPort2',
157 'VDTWriteBinaryWave2', 'VDTWriteBinary2', 'VDTWriteHexWave2', 'VDTWriteHex2',
158 'VDTWriteWave2', 'VDTWrite2', 'VDT2', 'WaveMeanStdv', 'WaveStats',
159 'WaveTransform', 'wfprintf', 'WignerTransform', 'WindowFunction', 'XLLoadWave'
152 ) 160 )
153 functions = ( 161 functions = (
154 'abs', 'acos', 'acosh', 'AiryA', 'AiryAD', 'AiryB', 'AiryBD', 'alog', 162 'abs', 'acos', 'acosh', 'AddListItem', 'AiryA', 'AiryAD', 'AiryB', 'AiryBD',
155 'area', 'areaXY', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 163 'alog', 'AnnotationInfo', 'AnnotationList', 'area', 'areaXY', 'asin', 'asinh',
156 'AxisValFromPixel', 'Besseli', 'Besselj', 'Besselk', 'Bessely', 'bessi', 164 'atan', 'atanh', 'atan2', 'AxisInfo', 'AxisList', 'AxisValFromPixel', 'Besseli',
157 'bessj', 'bessk', 'bessy', 'beta', 'betai', 'BinarySearch', 165 'Besselj', 'Besselk', 'Bessely', 'beta', 'betai', 'BinarySearch',
158 'BinarySearchInterp', 'binomial', 'binomialln', 'binomialNoise', 'cabs', 166 'BinarySearchInterp', 'binomial', 'binomialln', 'binomialNoise', 'cabs',
159 'CaptureHistoryStart', 'ceil', 'cequal', 'char2num', 'chebyshev', 167 'CaptureHistory', 'CaptureHistoryStart', 'ceil', 'cequal', 'char2num',
160 'chebyshevU', 'CheckName', 'cmplx', 'cmpstr', 'conj', 'ContourZ', 'cos', 168 'chebyshev', 'chebyshevU', 'CheckName', 'ChildWindowList', 'CleanupName', 'cmplx',
161 'cosh', 'cot', 'CountObjects', 'CountObjectsDFR', 'cpowi', 169 'cmpstr', 'conj', 'ContourInfo', 'ContourNameList', 'ContourNameToWaveRef',
162 'CreationDate', 'csc', 'DataFolderExists', 'DataFolderRefsEqual', 170 'ContourZ', 'ControlNameList', 'ConvertTextEncoding', 'cos', 'cosh',
163 'DataFolderRefStatus', 'date2secs', 'datetime', 'DateToJulian', 171 'cosIntegral', 'cot', 'coth', 'CountObjects', 'CountObjectsDFR', 'cpowi',
164 'Dawson', 'DDEExecute', 'DDEInitiate', 'DDEPokeString', 'DDEPokeWave', 172 'CreationDate', 'csc', 'csch', 'CsrInfo', 'CsrWave', 'CsrWaveRef', 'CsrXWave',
165 'DDERequestWave', 'DDEStatus', 'DDETerminate', 'defined', 'deltax', 'digamma', 173 'CsrXWaveRef', 'CTabList', 'DataFolderDir', 'DataFolderExists',
166 'DimDelta', 'DimOffset', 'DimSize', 'ei', 'enoise', 'equalWaves', 'erf', 174 'DataFolderRefsEqual', 'DataFolderRefStatus', 'date', 'datetime', 'DateToJulian',
167 'erfc', 'exists', 'exp', 'expInt', 'expNoise', 'factorial', 'fakedata', 175 'date2secs', 'Dawson', 'DDERequestString', 'defined', 'deltax', 'digamma',
168 'faverage', 'faverageXY', 'FindDimLabel', 'FindListItem', 'floor', 176 'dilogarithm', 'DimDelta', 'DimOffset', 'DimSize', 'ei', 'enoise', 'equalWaves',
177 'erf', 'erfc', 'erfcw', 'exists', 'exp', 'ExpConvExp', 'ExpConvExpFit',
178 'ExpConvExpFitBL', 'ExpConvExpFit1Shape', 'ExpConvExpFit1ShapeBL', 'ExpGauss',
179 'ExpGaussFit', 'ExpGaussFitBL', 'ExpGaussFit1Shape', 'ExpGaussFit1ShapeBL',
180 'expInt', 'expIntegralE1', 'expNoise', 'factorial', 'fakedata', 'faverage',
181 'faverageXY', 'FetchURL', 'FindDimLabel', 'FindListItem', 'floor', 'FontList',
169 'FontSizeHeight', 'FontSizeStringWidth', 'FresnelCos', 'FresnelSin', 182 'FontSizeHeight', 'FontSizeStringWidth', 'FresnelCos', 'FresnelSin',
170 'gamma', 'gammaInc', 'gammaNoise', 'gammln', 'gammp', 'gammq', 'Gauss', 183 'FuncRefInfo', 'FunctionInfo', 'FunctionList', 'FunctionPath', 'gamma',
171 'Gauss1D', 'Gauss2D', 'gcd', 'GetDefaultFontSize', 184 'gammaEuler', 'gammaInc', 'gammaNoise', 'gammln', 'gammp', 'gammq', 'Gauss',
172 'GetDefaultFontStyle', 'GetKeyState', 'GetRTError', 'gnoise', 185 'GaussFit', 'GaussFitBL', 'GaussFit1Width', 'GaussFit1WidthBL', 'Gauss1D',
173 'GrepString', 'hcsr', 'hermite', 'hermiteGauss', 'HyperG0F1', 186 'Gauss2D', 'gcd', 'GetBrowserLine', 'GetBrowserSelection', 'GetDataFolder',
174 'HyperG1F1', 'HyperG2F1', 'HyperGNoise', 'HyperGPFQ', 'IgorVersion', 187 'GetDataFolderDFR', 'GetDefaultFont', 'GetDefaultFontSize', 'GetDefaultFontStyle',
175 'ilim', 'imag', 'Inf', 'Integrate1D', 'interp', 'Interp2D', 'Interp3D', 188 'GetDimLabel', 'GetEnvironmentVariable', 'GetErrMessage', 'GetFormula',
176 'inverseERF', 'inverseERFC', 'ItemsInList', 'jlim', 'Laguerre', 189 'GetIndependentModuleName', 'GetIndexedObjName', 'GetIndexedObjNameDFR',
177 'LaguerreA', 'LaguerreGauss', 'leftx', 'LegendreA', 'limit', 'ln', 190 'GetKeyState', 'GetRTErrMessage', 'GetRTError', 'GetRTLocation', 'GetRTLocInfo',
178 'log', 'logNormalNoise', 'lorentzianNoise', 'magsqr', 'MandelbrotPoint', 191 'GetRTStackInfo', 'GetScrapText', 'GetUserData', 'GetWavesDataFolder',
179 'MarcumQ', 'MatrixDet', 'MatrixDot', 'MatrixRank', 'MatrixTrace', 'max', 192 'GetWavesDataFolderDFR', 'GizmoInfo', 'GizmoScale', 'gnoise', 'GrepList',
180 'mean', 'min', 'mod', 'ModDate', 'NaN', 'norm', 'NumberByKey', 193 'GrepString', 'GuideInfo', 'GuideNameList', 'Hash', 'hcsr', 'HDF5AttributeInfo',
181 'numpnts', 'numtype', 'NumVarOrDefault', 'NVAR_Exists', 'p2rect', 194 'HDF5DatasetInfo', 'HDF5LibraryInfo', 'HDF5TypeInfo', 'hermite', 'hermiteGauss',
182 'ParamIsDefault', 'pcsr', 'Pi', 'PixelFromAxisVal', 'pnt2x', 195 'HyperGNoise', 'HyperGPFQ', 'HyperG0F1', 'HyperG1F1', 'HyperG2F1', 'IgorInfo',
183 'poissonNoise', 'poly', 'poly2D', 'PolygonArea', 'qcsr', 'r2polar', 196 'IgorVersion', 'imag', 'ImageInfo', 'ImageNameList', 'ImageNameToWaveRef',
184 'real', 'rightx', 'round', 'sawtooth', 'ScreenResolution', 'sec', 197 'IndependentModuleList', 'IndexedDir', 'IndexedFile', 'Inf', 'Integrate1D',
185 'SelectNumber', 'sign', 'sin', 'sinc', 'sinh', 'SphericalBessJ', 198 'interp', 'Interp2D', 'Interp3D', 'inverseERF', 'inverseERFC', 'ItemsInList',
186 'SphericalBessJD', 'SphericalBessY', 'SphericalBessYD', 199 'JacobiCn', 'JacobiSn', 'JulianToDate', 'Laguerre', 'LaguerreA', 'LaguerreGauss',
187 'SphericalHarmonics', 'sqrt', 'StartMSTimer', 'StatsBetaCDF', 200 'LambertW', 'LayoutInfo', 'leftx', 'LegendreA', 'limit', 'ListMatch',
188 'StatsBetaPDF', 'StatsBinomialCDF', 'StatsBinomialPDF', 201 'ListToTextWave', 'ListToWaveRefWave', 'ln', 'log', 'logNormalNoise',
189 'StatsCauchyCDF', 'StatsCauchyPDF', 'StatsChiCDF', 'StatsChiPDF', 202 'LorentzianFit', 'LorentzianFitBL', 'LorentzianFit1Width',
190 'StatsCMSSDCDF', 'StatsCorrelation', 'StatsDExpCDF', 'StatsDExpPDF', 203 'LorentzianFit1WidthBL', 'lorentzianNoise', 'LowerStr', 'MacroList', 'magsqr',
191 'StatsErlangCDF', 'StatsErlangPDF', 'StatsErrorPDF', 'StatsEValueCDF', 204 'MandelbrotPoint', 'MarcumQ', 'MatrixCondition', 'MatrixDet', 'MatrixDot',
192 'StatsEValuePDF', 'StatsExpCDF', 'StatsExpPDF', 'StatsFCDF', 205 'MatrixRank', 'MatrixTrace', 'max', 'mean', 'median', 'min', 'mod', 'ModDate',
193 'StatsFPDF', 'StatsFriedmanCDF', 'StatsGammaCDF', 'StatsGammaPDF', 206 'MPFXEMGPeak', 'MPFXExpConvExpPeak', 'MPFXGaussPeak', 'MPFXLorenzianPeak',
194 'StatsGeometricCDF', 'StatsGeometricPDF', 'StatsHyperGCDF', 207 'MPFXVoigtPeak', 'NameOfWave', 'NaN', 'NewFreeDataFolder', 'NewFreeWave', 'norm',
195 'StatsHyperGPDF', 'StatsInvBetaCDF', 'StatsInvBinomialCDF', 208 'NormalizeUnicode', 'note', 'NumberByKey', 'numpnts', 'numtype',
196 'StatsInvCauchyCDF', 'StatsInvChiCDF', 'StatsInvCMSSDCDF', 209 'NumVarOrDefault', 'num2char', 'num2istr', 'num2str', 'NVAR_Exists',
197 'StatsInvDExpCDF', 'StatsInvEValueCDF', 'StatsInvExpCDF', 210 'OperationList', 'PadString', 'PanelResolution', 'ParamIsDefault',
198 'StatsInvFCDF', 'StatsInvFriedmanCDF', 'StatsInvGammaCDF', 211 'ParseFilePath', 'PathList', 'pcsr', 'Pi', 'PICTInfo', 'PICTList',
199 'StatsInvGeometricCDF', 'StatsInvKuiperCDF', 'StatsInvLogisticCDF', 212 'PixelFromAxisVal', 'pnt2x', 'poissonNoise', 'poly', 'PolygonArea', 'poly2D',
200 'StatsInvLogNormalCDF', 'StatsInvMaxwellCDF', 'StatsInvMooreCDF', 213 'PossiblyQuoteName', 'ProcedureText', 'p2rect', 'qcsr', 'real', 'RemoveByKey',
201 'StatsInvNBinomialCDF', 'StatsInvNCChiCDF', 'StatsInvNCFCDF', 214 'RemoveEnding', 'RemoveFromList', 'RemoveListItem', 'ReplaceNumberByKey',
202 'StatsInvNormalCDF', 'StatsInvParetoCDF', 'StatsInvPoissonCDF', 215 'ReplaceString', 'ReplaceStringByKey', 'rightx', 'round', 'r2polar', 'sawtooth',
203 'StatsInvPowerCDF', 'StatsInvQCDF', 'StatsInvQpCDF', 216 'scaleToIndex', 'ScreenResolution', 'sec', 'sech', 'Secs2Date', 'Secs2Time',
217 'SelectNumber', 'SelectString', 'SetEnvironmentVariable', 'sign', 'sin', 'sinc',
218 'sinh', 'sinIntegral', 'SortList', 'SpecialCharacterInfo', 'SpecialCharacterList',
219 'SpecialDirPath', 'SphericalBessJ', 'SphericalBessJD', 'SphericalBessY',
220 'SphericalBessYD', 'SphericalHarmonics', 'sqrt', 'StartMSTimer', 'StatsBetaCDF',
221 'StatsBetaPDF', 'StatsBinomialCDF', 'StatsBinomialPDF', 'StatsCauchyCDF',
222 'StatsCauchyPDF', 'StatsChiCDF', 'StatsChiPDF', 'StatsCMSSDCDF',
223 'StatsCorrelation', 'StatsDExpCDF', 'StatsDExpPDF', 'StatsErlangCDF',
224 'StatsErlangPDF', 'StatsErrorPDF', 'StatsEValueCDF', 'StatsEValuePDF',
225 'StatsExpCDF', 'StatsExpPDF', 'StatsFCDF', 'StatsFPDF', 'StatsFriedmanCDF',
226 'StatsGammaCDF', 'StatsGammaPDF', 'StatsGeometricCDF', 'StatsGeometricPDF',
227 'StatsGEVCDF', 'StatsGEVPDF', 'StatsHyperGCDF', 'StatsHyperGPDF',
228 'StatsInvBetaCDF', 'StatsInvBinomialCDF', 'StatsInvCauchyCDF', 'StatsInvChiCDF',
229 'StatsInvCMSSDCDF', 'StatsInvDExpCDF', 'StatsInvEValueCDF', 'StatsInvExpCDF',
230 'StatsInvFCDF', 'StatsInvFriedmanCDF', 'StatsInvGammaCDF', 'StatsInvGeometricCDF',
231 'StatsInvKuiperCDF', 'StatsInvLogisticCDF', 'StatsInvLogNormalCDF',
232 'StatsInvMaxwellCDF', 'StatsInvMooreCDF', 'StatsInvNBinomialCDF',
233 'StatsInvNCChiCDF', 'StatsInvNCFCDF', 'StatsInvNormalCDF', 'StatsInvParetoCDF',
234 'StatsInvPoissonCDF', 'StatsInvPowerCDF', 'StatsInvQCDF', 'StatsInvQpCDF',
204 'StatsInvRayleighCDF', 'StatsInvRectangularCDF', 'StatsInvSpearmanCDF', 235 'StatsInvRayleighCDF', 'StatsInvRectangularCDF', 'StatsInvSpearmanCDF',
205 'StatsInvStudentCDF', 'StatsInvTopDownCDF', 'StatsInvTriangularCDF', 236 'StatsInvStudentCDF', 'StatsInvTopDownCDF', 'StatsInvTriangularCDF',
206 'StatsInvUsquaredCDF', 'StatsInvVonMisesCDF', 'StatsInvWeibullCDF', 237 'StatsInvUsquaredCDF', 'StatsInvVonMisesCDF', 'StatsInvWeibullCDF',
207 'StatsKuiperCDF', 'StatsLogisticCDF', 'StatsLogisticPDF', 238 'StatsKuiperCDF', 'StatsLogisticCDF', 'StatsLogisticPDF', 'StatsLogNormalCDF',
208 'StatsLogNormalCDF', 'StatsLogNormalPDF', 'StatsMaxwellCDF', 239 'StatsLogNormalPDF', 'StatsMaxwellCDF', 'StatsMaxwellPDF', 'StatsMedian',
209 'StatsMaxwellPDF', 'StatsMedian', 'StatsMooreCDF', 'StatsNBinomialCDF', 240 'StatsMooreCDF', 'StatsNBinomialCDF', 'StatsNBinomialPDF', 'StatsNCChiCDF',
210 'StatsNBinomialPDF', 'StatsNCChiCDF', 'StatsNCChiPDF', 'StatsNCFCDF', 241 'StatsNCChiPDF', 'StatsNCFCDF', 'StatsNCFPDF', 'StatsNCTCDF', 'StatsNCTPDF',
211 'StatsNCFPDF', 'StatsNCTCDF', 'StatsNCTPDF', 'StatsNormalCDF', 242 'StatsNormalCDF', 'StatsNormalPDF', 'StatsParetoCDF', 'StatsParetoPDF',
212 'StatsNormalPDF', 'StatsParetoCDF', 'StatsParetoPDF', 'StatsPermute', 243 'StatsPermute', 'StatsPoissonCDF', 'StatsPoissonPDF', 'StatsPowerCDF',
213 'StatsPoissonCDF', 'StatsPoissonPDF', 'StatsPowerCDF', 244 'StatsPowerNoise', 'StatsPowerPDF', 'StatsQCDF', 'StatsQpCDF', 'StatsRayleighCDF',
214 'StatsPowerNoise', 'StatsPowerPDF', 'StatsQCDF', 'StatsQpCDF', 245 'StatsRayleighPDF', 'StatsRectangularCDF', 'StatsRectangularPDF', 'StatsRunsCDF',
215 'StatsRayleighCDF', 'StatsRayleighPDF', 'StatsRectangularCDF', 246 'StatsSpearmanRhoCDF', 'StatsStudentCDF', 'StatsStudentPDF', 'StatsTopDownCDF',
216 'StatsRectangularPDF', 'StatsRunsCDF', 'StatsSpearmanRhoCDF',
217 'StatsStudentCDF', 'StatsStudentPDF', 'StatsTopDownCDF',
218 'StatsTriangularCDF', 'StatsTriangularPDF', 'StatsTrimmedMean', 247 'StatsTriangularCDF', 'StatsTriangularPDF', 'StatsTrimmedMean',
219 'StatsUSquaredCDF', 'StatsVonMisesCDF', 'StatsVonMisesNoise', 248 'StatsUSquaredCDF', 'StatsVonMisesCDF', 'StatsVonMisesNoise', 'StatsVonMisesPDF',
220 'StatsVonMisesPDF', 'StatsWaldCDF', 'StatsWaldPDF', 'StatsWeibullCDF', 249 'StatsWaldCDF', 'StatsWaldPDF', 'StatsWeibullCDF', 'StatsWeibullPDF',
221 'StatsWeibullPDF', 'StopMSTimer', 'str2num', 'stringCRC', 'stringmatch', 250 'StopMSTimer', 'StringByKey', 'stringCRC', 'StringFromList', 'StringList',
222 'strlen', 'strsearch', 'StudentA', 'StudentT', 'sum', 'SVAR_Exists', 251 'stringmatch', 'strlen', 'strsearch', 'StrVarOrDefault', 'str2num', 'StudentA',
223 'TagVal', 'tan', 'tanh', 'ThreadGroupCreate', 'ThreadGroupRelease', 252 'StudentT', 'sum', 'SVAR_Exists', 'TableInfo', 'TagVal', 'TagWaveRef', 'tan',
224 'ThreadGroupWait', 'ThreadProcessorCount', 'ThreadReturnValue', 'ticks', 253 'tanh', 'TextEncodingCode', 'TextEncodingName', 'TextFile', 'ThreadGroupCreate',
225 'trunc', 'Variance', 'vcsr', 'WaveCRC', 'WaveDims', 'WaveExists', 254 'ThreadGroupGetDF', 'ThreadGroupGetDFR', 'ThreadGroupRelease', 'ThreadGroupWait',
226 'WaveMax', 'WaveMin', 'WaveRefsEqual', 'WaveType', 'WhichListItem', 255 'ThreadProcessorCount', 'ThreadReturnValue', 'ticks', 'time', 'TraceFromPixel',
227 'WinType', 'WNoise', 'x2pnt', 'xcsr', 'zcsr', 'ZernikeR', 256 'TraceInfo', 'TraceNameList', 'TraceNameToWaveRef', 'trunc', 'UniqueName',
228 ) 257 'UnPadString', 'UnsetEnvironmentVariable', 'UpperStr', 'URLDecode', 'URLEncode',
229 functions += ( 258 'VariableList', 'Variance', 'vcsr', 'Voigt', 'VoigtFit', 'VoigtFitBL',
230 'AddListItem', 'AnnotationInfo', 'AnnotationList', 'AxisInfo', 259 'VoigtFit1Shape', 'VoigtFit1ShapeBL', 'VoigtFit1Shape1Width',
231 'AxisList', 'CaptureHistory', 'ChildWindowList', 'CleanupName', 260 'VoigtFit1Shape1WidthBL', 'VoigtFunc', 'WaveCRC', 'WaveDims', 'WaveExists',
232 'ContourInfo', 'ContourNameList', 'ControlNameList', 'CsrInfo', 261 'WaveInfo', 'WaveList', 'WaveMax', 'WaveMin', 'WaveName', 'WaveRefIndexed',
233 'CsrWave', 'CsrXWave', 'CTabList', 'DataFolderDir', 'date', 262 'WaveRefIndexedDFR', 'WaveRefsEqual', 'WaveRefWaveToList', 'WaveTextEncoding',
234 'DDERequestString', 'FontList', 'FuncRefInfo', 'FunctionInfo', 263 'WaveType', 'WaveUnits', 'WhichListItem', 'WinList', 'WinName', 'WinRecreation',
235 'FunctionList', 'FunctionPath', 'GetDataFolder', 'GetDefaultFont', 264 'WinType', 'WMFindWholeWord', 'WNoise', 'xcsr', 'XWaveName', 'XWaveRefFromTrace',
236 'GetDimLabel', 'GetErrMessage', 'GetFormula', 265 'x2pnt', 'zcsr', 'ZernikeR', 'zeta'
237 'GetIndependentModuleName', 'GetIndexedObjName', 'GetIndexedObjNameDFR',
238 'GetRTErrMessage', 'GetRTStackInfo', 'GetScrapText', 'GetUserData',
239 'GetWavesDataFolder', 'GrepList', 'GuideInfo', 'GuideNameList', 'Hash',
240 'IgorInfo', 'ImageInfo', 'ImageNameList', 'IndexedDir', 'IndexedFile',
241 'JulianToDate', 'LayoutInfo', 'ListMatch', 'LowerStr', 'MacroList',
242 'NameOfWave', 'note', 'num2char', 'num2istr', 'num2str',
243 'OperationList', 'PadString', 'ParseFilePath', 'PathList', 'PICTInfo',
244 'PICTList', 'PossiblyQuoteName', 'ProcedureText', 'RemoveByKey',
245 'RemoveEnding', 'RemoveFromList', 'RemoveListItem',
246 'ReplaceNumberByKey', 'ReplaceString', 'ReplaceStringByKey',
247 'Secs2Date', 'Secs2Time', 'SelectString', 'SortList',
248 'SpecialCharacterInfo', 'SpecialCharacterList', 'SpecialDirPath',
249 'StringByKey', 'StringFromList', 'StringList', 'StrVarOrDefault',
250 'TableInfo', 'TextFile', 'ThreadGroupGetDF', 'time', 'TraceFromPixel',
251 'TraceInfo', 'TraceNameList', 'UniqueName', 'UnPadString', 'UpperStr',
252 'VariableList', 'WaveInfo', 'WaveList', 'WaveName', 'WaveUnits',
253 'WinList', 'WinName', 'WinRecreation', 'XWaveName',
254 'ContourNameToWaveRef', 'CsrWaveRef', 'CsrXWaveRef',
255 'ImageNameToWaveRef', 'NewFreeWave', 'TagWaveRef', 'TraceNameToWaveRef',
256 'WaveRefIndexed', 'XWaveRefFromTrace', 'GetDataFolderDFR',
257 'GetWavesDataFolderDFR', 'NewFreeDataFolder', 'ThreadGroupGetDFR',
258 ) 266 )
259 267
260 tokens = { 268 tokens = {
261 'root': [ 269 'root': [
262 (r'//.*$', Comment.Single), 270 (r'//.*$', Comment.Single),
270 # Built-in operations. 278 # Built-in operations.
271 (words(operations, prefix=r'\b', suffix=r'\b'), Name.Class), 279 (words(operations, prefix=r'\b', suffix=r'\b'), Name.Class),
272 # Built-in functions. 280 # Built-in functions.
273 (words(functions, prefix=r'\b', suffix=r'\b'), Name.Function), 281 (words(functions, prefix=r'\b', suffix=r'\b'), Name.Function),
274 # Compiler directives. 282 # Compiler directives.
275 (r'^#(include|pragma|define|ifdef|ifndef|endif)', 283 (r'^#(include|pragma|define|undef|ifdef|ifndef|if|elif|else|endif)',
276 Name.Decorator), 284 Name.Decorator),
277 (r'[^a-z"/]+$', Text), 285 (r'[^a-z"/]+$', Text),
278 (r'.', Text), 286 (r'.', Text),
279 ], 287 ],
280 } 288 }

eric ide

mercurial