A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/4d3acd6bebbdffa3fefc4e102d9ff36845c7a18f below:

use "text" filetype for plaintext (#17898) · neovim/neovim@4d3acd6 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -1138,7 +1138,7 @@ function M.stylize_markdown(bufnr, contents, opts)

1138 1138

block = {nil, "```+([a-zA-Z0-9_]*)", "```+"},

1139 1139

pre = {"", "<pre>", "</pre>"},

1140 1140

code = {"", "<code>", "</code>"},

1141 -

text = {"plaintex", "<text>", "</text>"},

1141 +

text = {"text", "<text>", "</text>"},

1142 1142

}

1143 1143 1144 1144

local match_begin = function(line)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4