Skip to content

Commit 999de59

Browse files
committed
feat(syntax highlighting): highlight 'breakpoint'
1 parent 2cef0d4 commit 999de59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/arkscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Rainbow.extend('arkscript', [
3535
matches: {
3636
1: 'keyword'
3737
},
38-
pattern: /\(\s*(begin|if|\$if|fun|macro|set|while|let|mut|del|import)(?=[\]()\s#])/g
38+
pattern: /\(\s*(begin|if|\$if|fun|macro|set|while|let|mut|del|import|breakpoint)(?=[\]()\s#])/g
3939
},
4040
{
4141
matches: {

0 commit comments

Comments
 (0)