Skip to content

Commit

Permalink
Updated elm-syntax-highlighting Python.elm in .3rd_party.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Dec 15, 2024
1 parent 71886ff commit 7b90914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ typeReferenceInnerLoop groupCloses =
if isBuiltIn name then [ ( BuiltIn, name ) ]
else [ ( TypeReference, name ) ]
)
, oneOf [ symbol "|", symbol "." ]
, oneOf [ symbol "|", symbol ".", symbol ",", symbol "[", symbol "]" ]
|> source
|> map ( \op -> [ ( Operator, op ) ] )
, symbol "["
Expand Down

0 comments on commit 7b90914

Please sign in to comment.