Error highlighting

This commit is contained in:
lucidiot 2021-02-16 13:12:03 +01:00
parent f41428bbd3
commit 089d1db386
1 changed files with 8 additions and 0 deletions

8
syntax/oulipo.vim Normal file
View File

@ -0,0 +1,8 @@
if exists("b:current_syntax")
finish
endif
syntax match fifthGlyph "[Ee𝚎𝖾Є𝕖⋳ᗴəᵉꗋ𝔼𝙴Ε𝘌Ɛ𝖤ƸꜪℇĘɛεЕꜫȨéèëêēẽÉÈÊËĒĔẼĖėĘęĚěЕе]"
highlight link fifthGlyph Error
let b:current_syntax = "oulipo"