mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
docs: salvage F# agent and language guidance
This commit is contained in:
parent
a8836d7bbd
commit
fd9453f6ee
22 changed files with 843 additions and 20 deletions
|
|
@ -60,6 +60,11 @@ const LANGUAGE_RULES = [
|
|||
markers: [],
|
||||
extensions: ['.cs', '.csproj', '.sln']
|
||||
},
|
||||
{
|
||||
type: 'fsharp',
|
||||
markers: [],
|
||||
extensions: ['.fs', '.fsx', '.fsproj']
|
||||
},
|
||||
{
|
||||
type: 'swift',
|
||||
markers: ['Package.swift'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue