Skip to content

Commit

Permalink
comments cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Feb 4, 2024
1 parent 2b67223 commit af9d564
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions lua/compiler/health.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

-- On neovim you can run
-- :checkhealth compiler
-- To know possible causes in case compiler.nvim is not working correctly.
Expand Down
23 changes: 12 additions & 11 deletions tests/tests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ dofile(tests_dir .. 'vb.lua')
dofile(tests_dir .. 'zig.lua')

-- Cases that require to be tested manually atm.
-- * python → Run this file.
-- * ruby → Run this file.
-- * shell → Run this file.
-- * elixir → Run this file.
-- * fsharp → Run this file.
-- * r → Run this file.
-- * typescript → Run this file.
-- * javascript → Run this file.
-- * dart → Run this file.
-- * python/r/elixir/F#/kotlin → REPL
-- * flutter → Run program (its a loop).
-- * python → Run this file.
-- * ruby → Run this file.
-- * shell → Run this file.
-- * elixir → Run this file.
-- * fsharp → Run this file.
-- * r → Run this file.
-- * typescript → Run this file.
-- * javascript → Run this file.
-- * dart → Run this file.
-- * python/r/elixir/F#/kotlin/swift → REPL
-- * flutter → Run program (its a loop).
--

0 comments on commit af9d564

Please sign in to comment.