mirror of
https://github.com/hatoo/egglog-language-server.git
synced 2025-08-04 09:00:18 +00:00
config
This commit is contained in:
parent
2cdba2df75
commit
d5b10472cc
2 changed files with 17 additions and 1 deletions
15
language-configuration.json
Normal file
15
language-configuration.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"comments": {
|
||||
"lineComment": ";",
|
||||
"blockComment": [ "", "" ]
|
||||
},
|
||||
"brackets": [
|
||||
["(", ")"],["[", "]"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
["(", ")"],["[", "]"], ["\"","\""]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["(", ")"],["[", "]"], ["\"","\""]
|
||||
]
|
||||
}
|
|
@ -17,7 +17,8 @@
|
|||
"id": "egglog",
|
||||
"extensions": [
|
||||
".egg"
|
||||
]
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue