Serhioromano / vscode-st

Extension for VS Code to support Structured Text language.
https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-st#overview
MIT License
143 stars 28 forks source link

Chanage to more exact pattern #5

Closed Serhioromano closed 6 years ago

Serhioromano commented 6 years ago

https://github.com/Serhioromano/vscode-st/blob/ee50cb46fec79233b5707903c1c9c084e84f787f/syntaxes/st.tmLanguage.json#L131

Right now it is for *_TO_* to highlight function like BOOL_TO_REAL. CСгккуте упуч can highlight anything. Make it more restrictive like (BOOL|REAL|TIME)_TO_(BOOL|REAL|TIME).