This commit is contained in:
anon
2024-05-08 00:03:24 +02:00
parent 74e53676fe
commit a97997b79d
2 changed files with 3 additions and 3 deletions
.vim
ftdetect
syntax

@ -1 +1 @@
au Bufread,BufNewFile *.ib set filetype=ib
au Bufread,BufNewFile *.ib,*.qst,*.op set filetype=ib

@ -22,10 +22,10 @@ syn match RedText "==.*=="
syn match PurpleText "--.*--"
syn match PinkText "^\s*<.*$"
syn keyword ib_keyword OP You SAGE sage
syn keyword ib_keyword OP You SAGE sage desu bump
" High_lighting:
" Highlighting:
hi link Dice SpecialKey
hi def Italic term=italic cterm=italic gui=italic
hi def Bold term=bold cterm=bold gui=bold