aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/elm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/elm.lua')
-rw-r--r--lua/lexers/elm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lexers/elm.lua b/lua/lexers/elm.lua
index f1a95b4..0f70bde 100644
--- a/lua/lexers/elm.lua
+++ b/lua/lexers/elm.lua
@@ -1,4 +1,4 @@
--- Copyright 2020-2024 Mitchell. See LICENSE.
+-- Copyright 2020-2025 Mitchell. See LICENSE.
-- Elm LPeg lexer
-- Adapted from Haskell LPeg lexer by Karl Schultheisz.