projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbfbbb
)
changed sublime text highlighting to make polymorphic vars more visible
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 19 Jan 2021 03:12:54 +0000
(21:12 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 19 Jan 2021 03:12:54 +0000
(21:12 -0600)
misc/onyx.sublime-syntax
patch
|
blob
|
history
diff --git
a/misc/onyx.sublime-syntax
b/misc/onyx.sublime-syntax
index 0ccd8427b21fa9182fc22a78687d01273035dac4..b5e31c049f164779ca51602c44478eda23f9229d 100644
(file)
--- 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