File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,12 @@ $properties = @{
217217 # ^ meta.hashtable meta.hashtable.assignment keyword.operator.assignment
218218 # ^ meta.hashtable string.quoted.single
219219 Something = $else
220- # <- meta.hashtable meta.hashtable.assignment variable.other.readwrite
221- # Atom-grammar-test is not tokenizing this correctly... Need to test in Atom - TODO
220+ # ^^^^^^^^^^^^^^^^^^^^ meta.hashtable.powershell
221+ # ^^^^^^^^^^^^ meta.hashtable.assignment.powershell
222+ # ^^^^^^^^^ variable.other.readwrite.powershell
223+ # ^ keyword.operator.assignment.powershell
224+ # ^^^^^ variable.other.readwrite.powershell
225+ # ^ punctuation.definition.variable.powershell
222226 Number = 16
223227 # <- meta.hashtable meta.hashtable.assignment variable.other.readwrite
224228 # ^ meta.hashtable meta.hashtable.assignment keyword.operator.assignment
You can’t perform that action at this time.
0 commit comments