...

Text file src/github.com/alecthomas/chroma/lexers/testdata/igor.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1#pragma rtGlobals=3
     2
     3#include "someFile"
     4
     5StrConstant myConstString="abcd"
     6// some comment
     7Constant myConst=123
     8
     9static Structure struct1
    10	string str
    11	variable var
    12EndStructure
    13
    14Function/WAVE myFunction(var)
    15	Variable var
    16
    17	Make/N=(var) test
    18
    19	return test
    20End
    21
    22#ifdef NOT_DEFINED
    23	// conditional compilation
    24#endif

View as plain text