aboutsummaryrefslogtreecommitdiff
path: root/lua/lexers/fantom.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lexers/fantom.lua')
-rw-r--r--lua/lexers/fantom.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lexers/fantom.lua b/lua/lexers/fantom.lua
index 1a02483..c169ff9 100644
--- a/lua/lexers/fantom.lua
+++ b/lua/lexers/fantom.lua
@@ -1,4 +1,4 @@
--- Copyright 2018-2024 Simeon Maryasin (MarSoft). See LICENSE.
+-- Copyright 2018-2025 Simeon Maryasin (MarSoft). See LICENSE.
-- Fantom LPeg lexer.
-- Based on Java LPeg lexer by Mitchell and Vim's Fantom syntax.