diff options
Diffstat (limited to 'lexlua/fish.lua')
-rw-r--r-- | lexlua/fish.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/fish.lua b/lexlua/fish.lua index 5bc27879f..a0076cca3 100644 --- a/lexlua/fish.lua +++ b/lexlua/fish.lua @@ -1,4 +1,4 @@ --- Copyright 2015-2018 Jason Schindler. See License.txt. +-- Copyright 2015-2019 Jason Schindler. See License.txt. -- Fish (http://fishshell.com/) script LPeg lexer. local lexer = require('lexer') |