Skip to content

Instantly share code, notes, and snippets.

View maxzinkus's full-sized avatar
💭
👨‍💻

Max Zinkus maxzinkus

💭
👨‍💻
View GitHub Profile
@maxzinkus
maxzinkus / pkmn.vim
Last active April 2, 2023 05:22
Vim syntax file for Pokémon Showdown Export Format text files
" Vim syntax file
" Language: Pokemon Showdown Export Format
" Author: Max Zinkus
" License: CC-BY-SA https://creativecommons.org/licenses/by-sa/3.0/us/
" Makes Showdown Export Format text files slightly more readable
" Natures are highlighted by the stat they boost
syn match mon '^.* @ .*$'
syn match tera '^Tera Type: .*$' contains=typeNormal,typeFighting,typeFlying,typePoison,typeGround,typeRock,typeBug,typeGhost,typeSteel,typeFire,typeWater,typeGrass,typeElectric,typePsychic,typeIce,typeDragon,typeDark,typeFairy