vscode-st
vscode-st copied to clipboard
Langium/dev - Structure text grammar without declarations
Still WIP - opening this PR to have a place for discussions.
- Perhaps you are right not to include generated files. I'll delete those from Git and add
.gitignore
- I have created
pou.langium
. This is going to be a file for entry to generate. I have there a base structure already. - I have changed
langium-configuration
to make that pou.langium an entry point also I deleted generation of syntax file because our syntax file is good already. Every time you generate langium it replaces syntax and highlights are gone. - I have added some validation rules to test how it will work.
OK. My main task now is to tidy up the generated AST, so it is actually usable.
NO worries. I've managed to pull custom symbol providers.
I created custom symbol provider. It works fine! I like it. If you want, you can test it. Check out features/lsp branch, run npm run langium:generate
and launch Run Extension.
I also ass Attach Server debugger to debus server side.
Hey, I'm currently dealing with reference scoping issues. I'll be able to commit more during christmas - end of the year is always crazy in our company.
Hey, I'm currently dealing with reference scoping issues. I'll be able to commit more during christmas - end of the year is always crazy in our company.
Thanks for letting me know. I understand that the end of the year can be a busy time for many companies. I'll look forward to your contributions once things have settled down.
Hey, I'm currently dealing with reference scoping issues. I'll be able to commit more during christmas - end of the year is always crazy in our company.
By the way my last answer was what ChatGPT suggested me to answer on your comment :)