Skip to content

Add Language Igor - #276

Merged
alecthomas merged 2 commits into
alecthomas:masterfrom
ukos-git:add_igor
Sep 22, 2019
Merged

Add Language Igor#276
alecthomas merged 2 commits into
alecthomas:masterfrom
ukos-git:add_igor

Conversation

@ukos-git

Copy link
Copy Markdown
Contributor

This adds support for Igor. Igor is a scientific language developed by
WaveMetrics and used in their Software Igor Pro with a
few projects on Github

This lexer was translated directly from the pygments
lexer
without any
changes.

Igor is a scientific language developed by
[WaveMetrics](https://www.wavemetrics.com/).

This lexer was translated directly from the [pygments
lexer](http://pygments.org/docs/lexers/#lexers-for-igor-pro) without any
changes. The pygments lexer is very basic but working properly for most
of the cases.
@ukos-git

Copy link
Copy Markdown
Contributor Author

The pygments lexer is very basic but working for most of the cases properly so it is ok to use it.

Comment thread lexers/testdata/igor.expected Outdated
"value": " rtGlobals=3\n"
},
{
"type": "Error",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error tokens indicate that the lexer isn't fully matching.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. The line endings are not matching.

@alecthomas
alecthomas merged commit 8eb6aa7 into alecthomas:master Sep 22, 2019
@alecthomas

Copy link
Copy Markdown
Owner

Thanks!

mrsdizzie pushed a commit to mrsdizzie/chroma that referenced this pull request Jul 15, 2020
* Add Language Igor

Igor is a scientific language developed by
[WaveMetrics](https://www.wavemetrics.com/).

This lexer was translated directly from the [pygments
lexer](http://pygments.org/docs/lexers/#lexers-for-igor-pro) without any
changes. The pygments lexer is very basic but working properly for most
of the cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants