Vim

Setting Syntax Language

Vim does a decent enough job of guess the language based on the file extension, but when it gets it wrong you can set it manually:

:set syntax=html

Last updated: 2023-09-21 10:08:23 -0700