Files
neovim/runtime/ftplugin
Christian Clason 2e450efb95 feat(treesitter)!: remove g:ts_highlight_lua (#22257)
This variable was only meant for easy testing during the development
cycle for treesitter highlighting while Lua was the only parser useable
for daily driving. Now that we have a good vimdoc parser, this approach
simply doesn't scale and should be removed sooner rather than later.

Instead of setting this variable, people for now should add the autocommand
directly to their config:
```lua
vim.api.nvim_create_autocmd('FileType', {
  pattern = 'lua', -- or { 'lua', 'help' }
  callback = function() vim.treesitter.start() end,
})
```
(or put `vim.treesitter.start()` in an `ftplugin`).
2023-02-15 09:55:23 +01:00
..
2021-09-22 06:12:06 -07:00
2017-11-06 05:26:16 +01:00
2021-11-17 10:02:59 +01:00
2022-10-17 08:19:48 +02:00
2021-05-01 23:19:58 -04:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2014-07-29 02:12:31 +00:00
2021-04-28 21:29:57 -04:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:02 -04:00
2021-04-27 09:21:27 -04:00
2022-07-02 11:06:03 +02:00
2017-11-06 05:26:16 +01:00
2022-07-26 11:26:23 +02:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2021-05-01 23:19:58 -04:00
2022-04-08 19:53:41 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2019-07-29 20:50:07 +02:00
2014-07-29 02:12:31 +00:00
2022-09-28 12:48:36 +02:00
2022-03-30 12:12:12 +01:00
2018-10-29 23:55:45 +01:00
2021-04-29 21:08:09 -04:00
2017-11-06 05:26:16 +01:00
2021-10-16 18:03:51 +02:00
2017-11-06 05:26:16 +01:00
2022-09-18 15:20:20 +02:00
2022-12-08 16:33:38 +01:00
2021-05-01 22:29:03 -04:00
2017-04-28 21:13:55 +02:00
2017-11-06 05:26:16 +01:00
2023-02-03 09:18:18 +01:00
2017-11-06 05:26:16 +01:00
2022-07-30 15:48:32 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-11-17 10:02:59 +01:00
2017-11-06 05:26:16 +01:00
2015-01-04 19:42:30 +01:00
2021-04-28 21:29:56 -04:00
2021-09-13 16:33:41 +02:00
2021-05-01 22:29:03 -04:00
2016-07-08 01:38:21 -04:00
2017-11-06 05:26:16 +01:00
2022-09-28 12:48:36 +02:00
2022-04-27 17:48:35 +02:00
2021-09-10 08:48:27 +02:00
2017-11-06 05:26:16 +01:00
2022-07-26 11:26:23 +02:00
2021-05-01 14:22:52 -04:00
2022-04-27 17:48:35 +02:00
2022-07-02 11:06:03 +02:00
2021-05-02 13:00:38 -04:00
2021-05-01 23:19:58 -04:00
2022-07-02 11:06:03 +02:00
2021-05-01 23:19:57 -04:00
2017-11-07 23:07:03 +01:00
2022-01-11 14:14:17 +01:00
2022-09-10 14:54:13 +02:00
2022-01-11 14:14:17 +01:00
2014-12-30 13:51:39 +01:00
2017-11-06 05:26:16 +01:00
2021-09-22 06:12:06 -07:00
2016-10-15 12:15:36 +09:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2022-09-28 12:48:36 +02:00
2021-04-27 09:21:31 -04:00
2021-05-01 23:19:58 -04:00
2022-09-28 12:48:36 +02:00
2018-10-29 23:54:15 +01:00
2022-09-28 12:48:36 +02:00
2019-07-29 20:50:07 +02:00
2016-05-25 21:05:01 -04:00
2016-05-03 20:59:26 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2022-07-26 11:26:23 +02:00
2021-12-16 21:46:13 +01:00
2022-06-17 20:38:21 +02:00
2021-11-22 10:53:57 +01:00
2022-08-20 10:04:55 +02:00
2021-04-27 09:21:31 -04:00
2021-11-27 19:39:42 +01:00
2022-09-10 14:54:13 +02:00
2021-08-15 11:02:19 +02:00
2015-11-08 03:39:07 +01:00
2014-07-29 02:12:31 +00:00
2017-11-06 05:26:16 +01:00
2015-10-11 18:07:58 -04:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2022-03-20 10:48:10 +01:00
2021-05-02 11:51:38 -04:00
2023-02-03 09:18:18 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2018-10-29 10:01:44 +01:00
2018-10-29 10:01:44 +01:00
2022-09-10 14:54:13 +02:00
2022-06-15 09:20:32 +02:00
2022-06-15 09:20:32 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:02 -04:00
2022-09-02 15:20:29 +01:00
2017-11-06 05:26:16 +01:00
2022-10-17 08:19:48 +02:00
2022-04-27 17:48:35 +02:00
2021-09-13 16:33:41 +02:00
2017-04-29 01:01:51 +02:00
2019-07-29 20:50:07 +02:00
2017-11-06 05:26:16 +01:00
2021-05-02 12:44:04 -04:00
2022-06-15 09:20:32 +02:00
2017-04-29 01:01:51 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-07 23:07:03 +01:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:03 -04:00
2021-09-13 16:33:41 +02:00
2021-09-13 16:33:41 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:02 -04:00
2014-07-29 02:12:31 +00:00
2022-06-15 09:20:32 +02:00
2017-11-06 05:26:16 +01:00
2022-06-15 09:20:32 +02:00
2022-10-17 08:19:48 +02:00
2021-05-02 10:33:32 -04:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-05-02 12:03:34 -04:00
2021-05-02 12:03:34 -04:00
2021-05-01 14:22:52 -04:00
2019-08-02 16:20:22 +02:00
2017-11-06 05:26:16 +01:00
2022-05-09 16:31:55 +02:00
2021-05-02 12:53:49 -04:00
2017-11-06 05:26:16 +01:00
2022-08-31 08:08:51 +02:00
2021-05-02 12:53:49 -04:00
2022-12-12 06:13:23 +01:00
2022-04-27 17:48:35 +02:00
2021-05-02 12:53:49 -04:00
2021-05-02 12:53:49 -04:00
2017-11-06 05:26:16 +01:00
2021-05-02 12:53:49 -04:00
2021-11-17 10:02:59 +01:00
2021-05-01 22:29:02 -04:00
2021-05-02 12:53:49 -04:00
2021-04-27 22:40:39 -04:00
2022-03-30 12:12:12 +01:00
2017-11-07 01:04:17 +01:00
2021-04-27 09:21:31 -04:00
2017-11-07 01:27:14 +01:00
2021-09-13 06:05:27 -07:00
2017-11-06 05:26:16 +01:00
2017-04-28 21:13:55 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-05-01 22:29:03 -04:00
2022-09-10 14:54:13 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-12-16 21:46:13 +01:00
2019-08-01 23:27:26 +02:00
2022-10-17 08:19:48 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2022-07-30 15:48:32 +02:00
2021-05-01 23:19:57 -04:00
2021-04-27 09:21:34 -04:00
2017-11-06 05:26:16 +01:00
2021-04-28 21:29:56 -04:00
2022-06-15 09:20:32 +02:00
2014-07-29 02:12:31 +00:00
2017-11-06 05:26:16 +01:00
2021-09-13 16:33:41 +02:00
2019-07-29 20:50:07 +02:00
2021-05-01 23:19:58 -04:00
2021-10-16 18:03:51 +02:00
2021-10-16 18:03:51 +02:00
2017-11-06 05:26:16 +01:00
2022-06-15 09:20:32 +02:00
2018-08-10 19:01:17 +02:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2021-11-22 10:53:57 +01:00
2022-09-18 15:20:20 +02:00
2017-11-07 03:23:37 +01:00
2022-12-08 16:33:38 +01:00
2014-12-30 13:51:39 +01:00
2022-07-02 11:06:03 +02:00
2018-10-29 09:57:24 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2017-11-06 05:26:16 +01:00
2022-06-15 09:20:32 +02:00
2022-04-27 17:48:35 +02:00
2021-04-27 21:25:35 -04:00
2022-12-08 16:33:38 +01:00
2022-09-10 14:54:13 +02:00
2022-09-10 14:54:13 +02:00

The ftplugin directory is for Vim plugin scripts that are only used for a
specific filetype.

All files ending in .vim in this directory and subdirectories will be sourced
by Vim when it detects the filetype that matches the name of the file or
subdirectory.
For example, these are all loaded for the "c" filetype:

	c.vim
	c_extra.vim
	c/settings.vim

Note that the "_" in "c_extra.vim" is required to separate the filetype name
from the following arbitrary name.

The filetype plugins are only loaded when the ":filetype plugin" command has
been used.

The default filetype plugin files contain settings that 95% of the users will
want to use.  They do not contain personal preferences, like the value of
'shiftwidth'.

If you want to do additional settings, or overrule the default filetype
plugin, you can create your own plugin file.  See ":help ftplugin" in Vim.