Add IEC 61131-3 Structured Text lexer by robertobernabe · Pull Request #2993 · pygments/pygments

Summary

This PR adds a new lexer for IEC 61131-3 Structured Text (ST), one of the five programming languages defined in the IEC 61131-3 standard for programmable logic controllers (PLCs).
Structured Text is a high-level textual language widely used in industrial automation and PLC programming. It features Pascal-like syntax with specialized constructs for control systems.