According to VSCode documentation available at:
https://code.visualstudio.com/docs/languages/identifiers
bibtex
is a valid identifier.
Yet, on opening a .bib
file, on selecting language mode, bibtex
is not one of the options presented. Auto detecting the language model leads to lua
and not bibtex
.
Explanatory image is presented:
Is there a way to have VSCode correctly identify the language mode of .bib
files?