diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-27 19:47:32 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-27 19:47:32 +0200 |
commit | f95026252c5a31242903a98c741887696dfbb11f (patch) | |
tree | cd697cdc96c20a44f03ff3aacc67f78fdcc6ece5 /syntax/Dockerfile.vim | |
parent | 4f3df59be709bf0d5c5c67dc804fde49abdc2700 (diff) | |
download | vim-polyglot-f95026252c5a31242903a98c741887696dfbb11f.tar.gz vim-polyglot-f95026252c5a31242903a98c741887696dfbb11f.zip |
Update everything, closes #435
Diffstat (limited to 'syntax/Dockerfile.vim')
-rw-r--r-- | syntax/Dockerfile.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/Dockerfile.vim b/syntax/Dockerfile.vim index 54d46096..2f68794c 100644 --- a/syntax/Dockerfile.vim +++ b/syntax/Dockerfile.vim @@ -37,7 +37,7 @@ syn region dockerfileString1 start=/'/ skip=/\\'|\\\\/ end=/'/ syn region dockerfileEmail start=/</ end=/>/ contains=@ oneline " Urls -syn match dockerfileUrl /\(http\|https\|ssh\|hg\|git\)\:\/\/[a-zA-Z0-9\/\-\.]\+/ +syn match dockerfileUrl /\(http\|https\|ssh\|hg\|git\)\:\/\/[a-zA-Z0-9\/\-\._]\+/ " Task tags syn keyword dockerfileTodo contained TODO FIXME XXX |