diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2022-09-18 17:29:06 +0300 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-09-20 09:01:40 +0200 |
| commit | 9e897d7c746af8441019602eb6d14666e4aaf8de (patch) | |
| tree | b000fcd6d14fa13507f66f315cc635a9ba4ce3e4 /lua | |
| parent | dc621c0bd7a34d9321217575d2092115760e8a97 (diff) | |
chore(pug): mark as experimental
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ad63b21c..34fb8be8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -652,6 +652,7 @@ list.pug = { }, maintainers = { "@zealot128" }, filetype = "pug", + experimental = true, } list.vue = { |
