Added line and column operators

This commit is contained in:
Mike Farah
2022-02-27 11:56:46 +11:00
parent ff047d0748
commit 8698433d44
10 changed files with 285 additions and 0 deletions
@@ -0,0 +1,3 @@
# Column
Returns the column of the matching node. Starts from 1, 0 indicates there was no column data.
+3
View File
@@ -0,0 +1,3 @@
# Line
Returns the line of the matching node. Starts from 1, 0 indicates there was no line data.