changed sublime text highlighting to make polymorphic vars more visible
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 19 Jan 2021 03:12:54 +0000 (21:12 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 19 Jan 2021 03:12:54 +0000 (21:12 -0600)
misc/onyx.sublime-syntax

index 0ccd8427b21fa9182fc22a78687d01273035dac4..b5e31c049f164779ca51602c44478eda23f9229d 100644 (file)
@@ -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