Mercurial > vim
diff runtime/syntax/nsis.vim @ 13937:cd513458728c
Updated runtime files
commit https://github.com/vim/vim/commit/eb3dc87f01391bb075d97aef3d00f91b4e08a25c
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 13 22:34:24 2018 +0200
Updated runtime files
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 13 May 2018 22:45:06 +0200 |
parents | 371ceeebbdaa |
children | 4ee65b4150fd |
line wrap: on
line diff
--- a/runtime/syntax/nsis.vim +++ b/runtime/syntax/nsis.vim @@ -1,9 +1,9 @@ " Vim syntax file -" Language: NSIS script, for version of NSIS 3.02 and later +" Language: NSIS script, for version of NSIS 3.03 and later " Maintainer: Ken Takata " URL: https://github.com/k-takata/vim-nsis " Previous Maintainer: Alex Jakushev <Alex.Jakushev@kemek.lt> -" Last Change: 2018-01-26 +" Last Change: 2018-02-07 " quit when a syntax file was already loaded if exists("b:current_syntax") @@ -395,7 +395,8 @@ syn keyword nsisFileAttrib contained FIL syn keyword nsisInstruction contained Abort Call ClearErrors GetCurrentAddress syn keyword nsisInstruction contained GetFunctionAddress GetLabelAddress Goto syn keyword nsisInstruction contained IfAbort IfErrors IfFileExists IfRebootFlag IfSilent -syn keyword nsisInstruction contained IntCmp IntCmpU Return Quit SetErrors StrCmp StrCmpS +syn keyword nsisInstruction contained IntCmp IntCmpU Int64Cmp Int64CmpU IntPtrCmp IntPtrCmpU +syn keyword nsisInstruction contained Return Quit SetErrors StrCmp StrCmpS syn keyword nsisInstruction contained MessageBox nextgroup=nsisMessageBoxOpt skipwhite syn region nsisMessageBoxOpt contained start="" end="$" transparent keepend contains=@nsisAnyOpt,nsisMessageBox @@ -434,7 +435,7 @@ syn keyword nsisInstruction contained St syn keyword nsisInstruction contained Exch Push Pop "FUNCTIONS - Integer manipulation support (4.9.10) -syn keyword nsisInstruction contained IntOp IntFmt +syn keyword nsisInstruction contained IntFmt Int64Fmt IntOp IntPtrOp "FUNCTIONS - Rebooting support (4.9.11) syn keyword nsisInstruction contained Reboot SetRebootFlag @@ -541,6 +542,7 @@ syn match nsisSystem contained "!finali syn match nsisSystem contained "!system\>" syn match nsisSystem contained "!tempfile\>" syn match nsisSystem contained "!getdllversion\>" +syn match nsisSystem contained "!gettlbversion\>" syn match nsisSystem contained "!warning\>" syn match nsisSystem contained "!pragma\>" nextgroup=nsisPragmaOpt skipwhite