Skip to content

Commit

Permalink
added admin message
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhli committed Nov 16, 2023
1 parent 77fb1f8 commit 709b9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax/thor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ syn match ThorImportant 'MESSAGE: Successfully closed ThorDB'
syn match ThorImportant 'MESSAGE: Successfully opened ThorDB'

" important matches - regarding administration / qa / errors
syn match ThorImportant 'MESSAGE: 32 bit THOR was executed on 64 bit system. For improved results, use the 64 bit version of THOR.'
syn match ThorImportant 'MESSAGE: Activating soft mode due to .* \zeSCANID'
syn match ThorImportant 'MESSAGE: Added virtual mapping'
syn match ThorImportant 'MESSAGE: Argument List: \[.*\]'
Expand Down

0 comments on commit 709b9bd

Please sign in to comment.