Adding support for Odin language server (ols). (#4679)

This commit is contained in:
Benjamin Block
2024-02-22 02:12:57 +00:00
committed by GitHub
parent 38c31302da
commit 8b8ddea6e5
7 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Before:
call ale#assert#SetUpLinterTest('odin', 'ols')
After:
call ale#assert#TearDownLinterTest()
Execute(The default executable path should be correct):
AssertLinter 'ols', ale#Escape('ols')
Execute(The LSP values should be set correctly):
call ale#test#SetFilename('../test-files/odin/main.odin')
AssertLSPLanguage 'odin'
AssertLSPOptions {}
AssertLSPConfig {}
AssertLSPProject '.'

View File