Skip to content

Commit 9483f4b

Browse files
committed
spacing
1 parent 2b17faa commit 9483f4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

syntax/tp.vim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if version < 600
1313
endif
1414

1515
" Sysvars
16-
syn match tpSysvar /\.\?\$[a-zA-Z0-9.]\+/
17-
hi def link tpSysvar Identifier
16+
syn match tpSysvar /\.\?\$[a-zA-Z0-9.]\+/
17+
hi def link tpSysvar Identifier
1818

1919
" Identifiers
2020
syn match tpIdentifier /[a-zA-Z0-9]\+/
@@ -65,14 +65,14 @@ syn region tpData start="AR\[" end="\]" contains=tpInteger
6565
syn region tpData start="R\[" end="\]" contains=tpInteger,tpItemComment
6666
syn region tpData start="RI\[" end="\]" contains=tpInteger,tpItemComment
6767
syn region tpData start="RO\[" end="\]" contains=tpInteger,tpItemComment
68-
syn region tpData start="RSR\[" end="\]" contains=tpInteger,tpItemComment
68+
syn region tpData start="RSR\[" end="\]" contains=tpInteger,tpItemComment
6969
syn region tpData start="SI\[" end="\]" contains=tpInteger,tpItemComment
7070
syn region tpData start="SO\[" end="\]" contains=tpInteger,tpItemComment
7171
syn region tpData start="SR\[" end="\]" contains=tpInteger,tpItemComment
7272
syn region tpData start="UI\[" end="\]" contains=tpInteger,tpItemComment
7373
syn region tpData start="UO\[" end="\]" contains=tpInteger,tpItemComment
7474
syn region tpData start="VR\[" end="\]" contains=tpInteger,tpItemComment
75-
syn region tpData start="RESUME_PROG\[" end="\]" contains=tpInteger,tpItemComment
75+
syn region tpData start="RESUME_PROG\[" end="\]" contains=tpInteger,tpItemComment
7676
syn region tpData start="TIMER\[" end="\]" contains=tpInteger,tpItemComment
7777
syn region tpData start="TIMER_OVERFLOW\[" end="\]" contains=tpInteger,tpItemComment
7878
syn region tpData start="UALM\[" end="\]" contains=tpInteger,tpItemComment
@@ -147,7 +147,7 @@ hi def link tpComment Comment
147147
hi def link tpRemark Comment
148148

149149
" Header stuff
150-
syn keyword tpHeader OWNER ASCBIN MNEDITOR COMMENT PROG_SIZE CREATE DATE TIME MODIFIED FILE_NAME VERSION LINE_COUNT MEMORY_SIZE PROTECT READ_WRITE TCD STACK_SIZE TASK_PRIORITY TIME_SLICE BUSY_LAMP_OFF ABORT_REQUEST PAUSE_REQUEST DEFAULT_GROUP CONTROL_CODE
150+
syn keyword tpHeader OWNER ASCBIN MNEDITOR COMMENT PROG_SIZE CREATE DATE TIME MODIFIED FILE_NAME VERSION LINE_COUNT MEMORY_SIZE PROTECT READ_WRITE TCD STACK_SIZE TASK_PRIORITY TIME_SLICE BUSY_LAMP_OFF ABORT_REQUEST PAUSE_REQUEST DEFAULT_GROUP CONTROL_CODE
151151
hi def link tpHeader Define
152152

153153
let b:current_syntax = "tp"

0 commit comments

Comments
 (0)