update scheme mode to work with new tokenizer
This commit is contained in:
parent
6790b2df4b
commit
28898c43a0
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"start",
|
||||
["text","("],
|
||||
["storage.type.function-type.scheme","define"],
|
||||
["text"," ("],
|
||||
["text"," "],
|
||||
["text","("],
|
||||
["identifier","prompt-for-cd"],
|
||||
["text",")"]
|
||||
],[
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ var SchemeHighlightRules = function() {
|
|||
"regex": "(?:\\b(?:(define|define-syntax|define-macro))\\b)(\\s+)((?:\\w|\\-|\\!|\\?)*)"
|
||||
},
|
||||
{
|
||||
"token": ["punctuation.definition.constant.character.scheme", "constant.character.scheme"],
|
||||
"token": "punctuation.definition.constant.character.scheme",
|
||||
"regex": "#:\\S+"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue