Enable additional_vim_regex_highlighting
This commit is contained in:
		@@ -186,12 +186,11 @@ vim.g.vdebug_options = { port = '9000'  }
 | 
			
		||||
-- Treesitter
 | 
			
		||||
--
 | 
			
		||||
require'nvim-treesitter.configs'.setup {
 | 
			
		||||
	ensure_installed = { 'haskell', 'php', 'lua' },
 | 
			
		||||
	ensure_installed = {
 | 
			
		||||
		'haskell', 'php', 'lua', 'css', 'dockerfile', 'html', 'javascript', 'markdown', 'ruby', 'vue'
 | 
			
		||||
	},
 | 
			
		||||
	highlight = {
 | 
			
		||||
		enable = true,
 | 
			
		||||
		additional_vim_regex_highlighting = false
 | 
			
		||||
	},
 | 
			
		||||
	indent = {
 | 
			
		||||
		enable = true
 | 
			
		||||
		additional_vim_regex_highlighting = true
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user