highlightjs / highlightjs-structured-text

Highlightjs Structured Text language support IEC 61131-3
BSD 3-Clause "New" or "Revised" License
20 stars 6 forks source link

added iec-61131-3 conversion function support #13

Closed engineerjoe440 closed 4 years ago

engineerjoe440 commented 4 years ago

As suggested in this issue (#12) this pull request adds highlighting support for IEC 61131-3 conversion functions (such as BYTE_TO_BOOL and others).

Serhioromano commented 4 years ago

Thanks again. Did you check my VS Code extension for ST support?

https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-st&ssr=false#overview

engineerjoe440 commented 4 years ago

Gosh, I hadn't seen that extension! I use Notepad++ mostly, or do some development in SEL AcSELerator RTAC (SEL-5033)[https://selinc.com/products/5033/], so I don't use VS Code much, but I know some folks who might find that useful! I'll share it with them. Thank you!

Serhioromano commented 4 years ago

It is not much usefull for real development unless it is Logi.CAD or similar project that store project as text files. But it is very usefull quickly type a lot of code or refactor long codes. Also exports from Codesys 2.3 are text based files, easy to edit those.