Linter and Correction update
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 20s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 20s
This commit is contained in:
@@ -122,10 +122,10 @@ endsnippet
|
||||
|
||||
snippet project "Project" b
|
||||
project ${1:Default} is
|
||||
for Source_Dirs use ("${2:src}");
|
||||
for Object_Dir use "${3:obj}";
|
||||
for Exec_Dir use "${4:bin}";
|
||||
for Main use ("${5:main.adb}");
|
||||
for Languages use ("Ada");
|
||||
for Source_Dirs use ("${2:src}");
|
||||
for Object_Dir use "${3:obj}";
|
||||
for Exec_Dir use "${4:bin}";
|
||||
for Main use ("${5:main.adb}");
|
||||
for Languages use ("Ada");
|
||||
end $1;
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user