-
Notifications
You must be signed in to change notification settings - Fork 791
Open
Labels
lexer-requestA request for a lexer to be developed.A request for a lexer to be developed.
Description
The name of the language
OMG/CORBA IDL
Documentation:
Example:
interface Echo {
string echoString(in string mesg);
};
Implementation in other libraries
- pygments: https://pygments.org/docs/lexers/#pygments.lexers.c_like.OmgIdlLexer
- vim: https://github.com/vim/vim/blob/master/runtime/syntax/idl.vim
Additional context
A bigger example is: https://gitlab.com/tango-controls/tango-idl/-/blob/main/include/tango.idl?ref_type=heads
This also needs to include a guesser as the current guessed filetype for our case is IDL as in "Interactive Data Language".
Metadata
Metadata
Assignees
Labels
lexer-requestA request for a lexer to be developed.A request for a lexer to be developed.