@wandelbots/wandelbots-js-react-components 1.36.4 → 1.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -11909,7 +11909,7 @@ const Sv = bi(eu, {
11909
11909
  patterns: [
11910
11910
  {
11911
11911
  name: "keyword.control.flow.wandelscript",
11912
- match: "\\b(move|via|to|interrupt|def|False|True|for|if|else|elif|while|return|switch|activate|deactivate|print)\\b"
11912
+ match: "\\b(move|via|to|interrupt|def|False|True|for|if|else|elif|while|return|switch|activate|deactivate|print|and|or|not)\\b"
11913
11913
  }
11914
11914
  ]
11915
11915
  },