aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/masm.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-04-27 17:48:35 +0200
committerGitHub <noreply@github.com>2022-04-27 17:48:35 +0200
commit521e91e1c420bd5c94c35908181dbba81e58dd0f (patch)
treeeaa4be5323cc89048f71f4a61539d24c0647ca9e /runtime/syntax/masm.vim
parentee85d8d7566042df0b988ae28bbbaa7a16bbb5a9 (diff)
downloadrneovim-521e91e1c420bd5c94c35908181dbba81e58dd0f.tar.gz
rneovim-521e91e1c420bd5c94c35908181dbba81e58dd0f.tar.bz2
rneovim-521e91e1c420bd5c94c35908181dbba81e58dd0f.zip
vim-patch:ce001a337e28 (#18287)
Update runtime files https://github.com/vim/vim/commit/ce001a337e28fa368f40ac6422835d730fb8ebb1 also add `vimStdPlugin` keywords missing from previous updates
Diffstat (limited to 'runtime/syntax/masm.vim')
-rw-r--r--runtime/syntax/masm.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/masm.vim b/runtime/syntax/masm.vim
index c3b2a9bd63..3be0fd45d1 100644
--- a/runtime/syntax/masm.vim
+++ b/runtime/syntax/masm.vim
@@ -2,7 +2,7 @@
" Language: Microsoft Macro Assembler (80x86)
" Orig Author: Rob Brady <robb@datatone.com>
" Maintainer: Wu Yongwei <wuyongwei@gmail.com>
-" Last Change: 2020-05-09 22:55:38 +0800
+" Last Change: 2022-04-24 20:07:04 +0800
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
@@ -68,6 +68,7 @@ syn keyword masmType STDCALL SYSCALL C BASIC FORTRAN PASCAL
syn keyword masmType PTR NEAR FAR NEAR16 FAR16 NEAR32 FAR32
syn keyword masmType REAL4 REAL8 REAL10 BYTE SBYTE TBYTE
syn keyword masmType WORD DWORD QWORD FWORD SWORD SDWORD
+syn keyword masmType SQWORD OWORD MMWORD XMMWORD YMMWORD
syn keyword masmOperator AND NOT OR SHL SHR XOR MOD DUP
syn keyword masmOperator EQ GE GT LE LT NE
syn keyword masmOperator LROFFSET SEG LENGTH LENGTHOF SIZE SIZEOF