We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a325284 commit c546badCopy full SHA for c546bad
Sources/Highlighter/Data/Languages.swift
@@ -53,7 +53,7 @@ let jellyLanguage: [String: Any] = [
53
"multiline": false
54
],
55
"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)",
+ "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)",
57
"group": 0,
58
"relevance": 2,
59
"options": [],
0 commit comments