harper-comments 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- Below, we have a situation where the line terminates and should end the sentence.

local alphabet = {
  [1] = "a",  -- This is a test
  [2] = "b",  -- This is a test
  [3] = "c",  -- This is a test
  [4] = "d",  -- This is a test
  [5] = "e",  -- This is a test
  [6] = "f",  -- This is a test
  [7] = "g",  -- This is a test
  [8] = "h",  -- This is a test
  [9] = "i",  -- This is a test
  [10] = "j", -- This is a test
  [11] = "k", -- This is a test
}