aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergii Tykhomyrov <sergii@tykhomyrov.com>2022-02-06 16:41:49 +0100
committerSergii Tykhomyrov <sergii@tykhomyrov.com>2022-02-06 16:41:49 +0100
commit42ffed856d5d156ec0f9c12233be34182cbb08ea (patch)
tree59c101df557c38a2fcff58e580f63b8cbc65b235
parent25f9a7dfca64787313fb4339866ff941b8974d61 (diff)
downloadvim-glsl-42ffed856d5d156ec0f9c12233be34182cbb08ea.tar.gz
vim-glsl-42ffed856d5d156ec0f9c12233be34182cbb08ea.zip
Update my name and email
-rw-r--r--LICENSE2
-rw-r--r--after/syntax/elm.vim2
-rw-r--r--after/syntax/html.vim2
-rw-r--r--ftdetect/glsl.vim2
-rw-r--r--indent/glsl.vim2
-rw-r--r--syntax/glsl.vim2
6 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index 89c82c9..cc446fc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2013-2017 Sergey Tikhomirov
+Copyright (c) 2013-2022 Sergii Tykhomyrov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/after/syntax/elm.vim b/after/syntax/elm.vim
index 64fe63a..b3f3a38 100644
--- a/after/syntax/elm.vim
+++ b/after/syntax/elm.vim
@@ -1,5 +1,5 @@
" Language: OpenGL Shading Language
-" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
+" Maintainer: Sergii Tykhomyrov <sergii@tykhomyrov.net>
syn include @GLSL syntax/glsl.vim
syn region GLSL
diff --git a/after/syntax/html.vim b/after/syntax/html.vim
index 9b8979c..2859b4e 100644
--- a/after/syntax/html.vim
+++ b/after/syntax/html.vim
@@ -1,5 +1,5 @@
" Language: OpenGL Shading Language
-" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
+" Maintainer: Sergii Tykhomyrov <sergii@tykhomyrov.net>
syn include @GLSL syntax/glsl.vim
syn region ShaderScript
diff --git a/ftdetect/glsl.vim b/ftdetect/glsl.vim
index adb674f..8e4beb2 100644
--- a/ftdetect/glsl.vim
+++ b/ftdetect/glsl.vim
@@ -1,5 +1,5 @@
" Language: OpenGL Shading Language
-" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
+" Maintainer: Sergii Tykhomyrov <sergii@tykhomyrov.net>
" Extensions supported by Khronos reference compiler (with one exception, ".glsl")
" https://github.com/KhronosGroup/glslang
diff --git a/indent/glsl.vim b/indent/glsl.vim
index f9c39f0..56c817d 100644
--- a/indent/glsl.vim
+++ b/indent/glsl.vim
@@ -1,5 +1,5 @@
" Language: OpenGL Shading Language
-" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
+" Maintainer: Sergii Tykhomyrov <sergii@tykhomyrov.net>
if exists("b:did_indent")
finish
diff --git a/syntax/glsl.vim b/syntax/glsl.vim
index 2738f27..7880e03 100644
--- a/syntax/glsl.vim
+++ b/syntax/glsl.vim
@@ -1,5 +1,5 @@
" Language: OpenGL Shading Language
-" Maintainer: Sergey Tikhomirov <sergey@tikhomirov.io>
+" Maintainer: Sergii Tykhomyrov <sergii@tykhomyrov.net>
if exists("b:current_syntax") && b:current_syntax == "glsl"
finish