! Syntax highlighting patterns for CORBA IDL | | Version 1 created by Chris Wareham 20/12/2002 ! ! INSTALLATION ! ! Load this pattern by starting nedit with: ! ! nedit -import ! ! Then, check that the patterns were loaded correctly, and choose Save Defaults ! from the Preferences menu. The new patterns will now be incorporated into ! your own .nedit file, so the next time you start NEdit, you will no longer ! need to use -import. ! ! These comments will not appear in your ~/.nedit ! nedit.highlightPatterns: CORBA IDL:1:0{\n\ comment:"//":"$"::Comment::\n\ storage type:"<(const|typedef|unsigned|any|boolean|char|string|wchar|wstring|double|fixed|float|long|short|void|native|octet|Object|struct|union|enum|exception|sequence)>":::Storage Type::D\n\ preprocessor line:"^\\s*#\\s*(include|pragma)>":"$"::Preprocessor::\n\ argument type:"<(in|out|inout)>":::Keyword::D\n\ keyword:"<(module|abstract|local|interface|raises)>":::Keyword::D\n\ } nedit.languageModes: CORBA IDL:.idl::::::