A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/neovim/neovim/commit/2e85af47d2584372f968b760cab3eeee65273424 below:

add query filetype (#17905) · neovim/neovim@2e85af4 · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+14

-0

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+14

-0

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

@@ -0,0 +1,6 @@

1 +

-- Neovim filetype plugin file

2 +

-- Language: Tree-sitter query

3 +

-- Last Change: 2022 Mar 29

4 + 5 +

-- it's a lisp!

6 +

vim.cmd [[ runtime! ftplugin/lisp.vim ]]

Original file line number Diff line number Diff line change

@@ -0,0 +1,6 @@

1 +

-- Neovim indent file

2 +

-- Language: Tree-sitter query

3 +

-- Last Change: 2022 Mar 29

4 + 5 +

-- it's a lisp!

6 +

vim.cmd [[ runtime! indent/lisp.vim ]]

Original file line number Diff line number Diff line change

@@ -1424,6 +1424,8 @@ local pattern = {

1424 1424

return "git"

1425 1425

end

1426 1426

end,

1427 +

-- Neovim only

1428 +

[".*/queries/.*%.scm"] = "query", -- tree-sitter queries

1427 1429

-- END PATTERN

1428 1430

}

1429 1431

-- luacheck: pop

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