Skip to content

Commit

Permalink
Merge pull request #11 from kieler/ote/fta
Browse files Browse the repository at this point in the history
Ote/fta
  • Loading branch information
Drakae authored Oct 13, 2023
2 parents 198fda0 + 6d6485c commit ca454b5
Show file tree
Hide file tree
Showing 64 changed files with 2,466 additions and 817 deletions.
11 changes: 9 additions & 2 deletions extension/langium-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"projectName": "Stpa",
"projectName": "Pasta",
"languages": [{
"id": "stpa",
"grammar": "src-language-server/stpa.langium",
"grammar": "src-language-server/stpa/stpa.langium",
"fileExtensions": [".stpa"],
"textMate": {
"out": "syntaxes/stpa.tmLanguage.json"
}
},{
"id": "fta" ,
"grammar": "src-language-server/fta/fta.langium",
"fileExtensions": [".fta"],
"textMate": {
"out": "syntaxes/fta.tmLanguage.json"
}
}],
"out": "src-language-server/generated"
}
Loading

0 comments on commit ca454b5

Please sign in to comment.