improvements to editor support

This commit is contained in:
2024-12-22 14:52:26 -08:00
parent 90b8fd79ae
commit e0c75ff487
4 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
{
// see singleton in Tokenizer.idr
"wordPattern": "[^()\\{}\\[\\],.@\\s]+",
"comments": {
// symbol used for single line comment. Remove this entry if your language does not support line comments
"lineComment": "--",
@@ -18,7 +20,7 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"],
// ["'", "'"], causes problems with foo''
["/-", "-/"]
],
// symbols that can be used to surround a selection