Skip to content

Commit 6bcca78

Browse files
committed
feat: update arkscript syntax highlighting to make it easier to read for people with color blindness
1 parent 397bb5c commit 6bcca78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/arkscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Rainbow.extend('arkscript', [
1313
pattern: /true|false|nil/g
1414
},
1515
{
16-
name: 'variable',
16+
name: 'identifier',
1717
pattern: /[A-Za-z:&;!?@_\-+*\/|=<>%$][A-Za-z0-9:&;!?@_\-+*/|=<>%$]*/g
1818
},
1919
{

0 commit comments

Comments
 (0)