Author Topic: Powershell missing keywords  (Read 1551 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Powershell missing keywords
« on: October 08, 2021, 07:45:09 PM »
These keywords are not in the colorcoding list
Code: [Select]
-bxor
-int
-inotcontains
-ireplace
-isnot
-isplit
-nocontains
-notin
-shl
-shr
-xor
define
parallel
var

Also, there are a few, such as:
Code: [Select]
-casesensitive
-wildcard
That aren't really keywords.
These two at least, are just parameters to the switch statement.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7041
  • Hero Points: 535
Re: Powershell missing keywords
« Reply #1 on: October 09, 2021, 01:47:14 AM »
We will look into adding this in the future