aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/output.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/output.lua')
-rw-r--r--lua/lexers/output.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lexers/output.lua b/lua/lexers/output.lua
index 58b25c5..797ee97 100644
--- a/lua/lexers/output.lua
+++ b/lua/lexers/output.lua
@@ -1,4 +1,4 @@
--- Copyright 2022-2024 Mitchell. See LICENSE.
+-- Copyright 2022-2025 Mitchell. See LICENSE.
-- LPeg lexer for tool output.
-- If a warning or error is recognized, tags its filename, line, column (if available),
-- and message, and sets the line state to 1 for an error (first bit), and 2 for a warning