aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/make.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-25 14:24:54 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:34 -0400
commitd112db157c040197dccf143e5cf39aaf832a919e (patch)
tree142e1baa3aac640dbdea24fdca4a3d10e42623bd /runtime/syntax/make.vim
parentf406e4631d4362cdac914b11be191a90538c78c1 (diff)
downloadrneovim-d112db157c040197dccf143e5cf39aaf832a919e.tar.gz
rneovim-d112db157c040197dccf143e5cf39aaf832a919e.tar.bz2
rneovim-d112db157c040197dccf143e5cf39aaf832a919e.zip
vim-patch:ade0d3946801
Update runtime files. https://github.com/vim/vim/commit/ade0d39468014fd55d30f7647a1ac104baff4bc5
Diffstat (limited to 'runtime/syntax/make.vim')
-rw-r--r--runtime/syntax/make.vim7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/syntax/make.vim b/runtime/syntax/make.vim
index 62a591a821..0e057d2eb8 100644
--- a/runtime/syntax/make.vim
+++ b/runtime/syntax/make.vim
@@ -1,9 +1,9 @@
" Vim syntax file
" Language: Makefile
-" Maintainer: Roland Hieber <rohieb+vim-iR0jGdkV@rohieb.name>
+" Maintainer: Roland Hieber <rohieb+vim-iR0jGdkV@rohieb.name>, <https://github.com/rohieb>
" Previous Maintainer: Claudio Fleiner <claudio@fleiner.com>
-" URL: https://github.com/vim/vim/syntax/make.vim
-" Last Change: 2019 Dec 04
+" URL: https://github.com/vim/vim/blob/master/runtime/syntax/make.vim
+" Last Change: 2020 Jan 15
" quit when a syntax file was already loaded
if exists("b:current_syntax")
@@ -42,6 +42,7 @@ syn region makeIdent start="\${" skip="\\}\|\\\\" end="}" contains=makeStatement
syn match makeIdent "\$\$\w*"
syn match makeIdent "\$[^({]"
syn match makeIdent "^ *[^:#= \t]*\s*[:+?!*]="me=e-2
+syn match makeIdent "^ *[^:#= \t]*\s*::="me=e-3
syn match makeIdent "^ *[^:#= \t]*\s*="me=e-1
syn match makeIdent "%"