Skip to content

Commit c546bad

Browse files
author
Zachary Lineman
committed
Added Highlighting of True/False to Jelly
1 parent a325284 commit c546bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Highlighter/Data/Languages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ let jellyLanguage: [String: Any] = [
5353
"multiline": false
5454
],
5555
"keyword": [
56-
"regex": "(#[a-zA-Z_0-9\"\\.\\[\\]\\+-]+|\\b(return|while|macro|func|if|else|menu|get|var|list|dictionary|repeat|nil|repeatEach|Get|import)\\b)",
56+
"regex": "(#[a-zA-Z_0-9\"\\.\\[\\]\\+-]+|\\b(return|true|false|while|macro|func|if|else|menu|get|var|list|dictionary|repeat|nil|repeatEach|Get|import)\\b)",
5757
"group": 0,
5858
"relevance": 2,
5959
"options": [],

0 commit comments

Comments
 (0)