From: Brendan Hansen Date: Tue, 19 Jan 2021 03:12:54 +0000 (-0600) Subject: changed sublime text highlighting to make polymorphic vars more visible X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=70c6b6afc625408f609591aee7dcdff0203d1167;p=onyx.git changed sublime text highlighting to make polymorphic vars more visible --- diff --git a/misc/onyx.sublime-syntax b/misc/onyx.sublime-syntax index 0ccd8427..b5e31c04 100644 --- a/misc/onyx.sublime-syntax +++ b/misc/onyx.sublime-syntax @@ -48,6 +48,9 @@ contexts: - match: '#[a-zA-Z_]+' scope: keyword.other.onyx + - match: '\$[a-zA-Z0-9_]+' + scope: constant.other.onyx + - match: '([a-zA-Z_][a-zA-Z0-9_]*)\s*::\s*(proc)' captures: 1: entity.name.function