From 70c6b6afc625408f609591aee7dcdff0203d1167 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 18 Jan 2021 21:12:54 -0600 Subject: [PATCH] changed sublime text highlighting to make polymorphic vars more visible --- misc/onyx.sublime-syntax | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1