Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added IEC 61131-3 (ST and IL) lexer #89

Closed
wants to merge 1 commit into from
Closed

Added IEC 61131-3 (ST and IL) lexer #89

wants to merge 1 commit into from

Conversation

takanuva
Copy link

I made a lexer for the IEC 61131-3 textual programming languages (Structured Text and Instruction List). I hope this can be merged so I can then alter linguist and give Github support for those languages. :)

Keyword.Type
),
#
(r'(?i:UNION|CLASS|END_UNION|END_CLASS)\b', Keyword.Reserved),
Copy link
Author

Choose a reason for hiding this comment

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

This line should be ignored...

@gfx
Copy link
Collaborator

gfx commented Dec 10, 2016

The files in vendor/ is not a part of pygments.rb. They should be managed by python package managers.

Please send a pull-request to https://bitbucket.org/birkenfeld/pygments-main if you have a patch to the original pygments.

@gfx gfx closed this Dec 10, 2016
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.

None yet

2 participants