Skip to content

Commit c35c6f0

Browse files
committed
Delete TODO for Atom
1 parent a1423b1 commit c35c6f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Tests/syntax_test_PowerShell.ps1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)