Skip to content

Commit

Permalink
Update erg.tmLanguage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Oct 20, 2022
1 parent fb24ffd commit dd28d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/erg.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@
},
"builtin-types": {
"name": "support.type.erg",
"match": "(?x)\n (?<!\\.) \\b(\n Array | Bool | ByteArray | Bytes | ClassType | ClassMethod | Complex | Dict\n | Float | FrozenSet | Int | Nat | NoneType | Object | Property | Ratio\n | Set | Slice | StaticMethod | Str | Tuple | TraitType | Type\n\n (?# Although 'super' is not a type, it's related to types,\n and is special enough to be highlighted differently from\n other built-ins)\n | super\n )\\b\n"
"match": "(?x)\n (?<!\\.) \\b(\n Array | Bool | ByteArray | Bytes | ClassType | ClassMethod | Complex | Dict\n | Float | FrozenSet | Int | Nat | Never | NoneType | Object | Property | Ratio\n | Set | Slice | StaticMethod | Str | Tuple | TraitType | Type\n\n (?# Although 'super' is not a type, it's related to types,\n and is special enough to be highlighted differently from\n other built-ins)\n | super\n )\\b\n"
}
},
"scopeName": "source.erg"
Expand Down

0 comments on commit dd28d47

Please sign in to comment.