Skip to main content
Module

x/denops_std/buffer/fileformat.ts>findFileFormat

📚 Standard module for denops.vim
Latest
function findFileFormat
import { findFileFormat } from "https://deno.land/x/denops_std@v6.5.1/buffer/fileformat.ts";

Find proper fileformat from text

Parameters

text: string
fileformats: FileFormat[]

Returns

FileFormat | undefined