(Neo)vim can apply syntax highlighting inside markdown code blocks!

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nvim-treesitter

    Nvim Treesitter configurations and abstraction layer

  • -- See: https://github.com/nvim-treesitter/nvim-treesitter#quickstart nvim_treesitter.setup { -- A list of parser names, or "all" ensure_installed = { 'bash', 'c', 'cpp', 'css', 'html', 'javascript', 'json', 'lua', 'python','vim','markdown_inline', }, -- Install parsers synchronously (only applied to \ensure_installed`) sync_install = false, highlight = { -- `false` will disable the whole extension enable = true, -- Setting this to true will run `:h syntax` and tree-sitter at the same time. -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation). -- Using this option may slow down your editor, and you may see some duplicate highlights. -- Instead of true it can also be a list of languages }, rainbow = { enable = true, -- disable = { "jsx", "cpp" }, list of languages you want to disable the plugin for extended_mode = true, -- Also highlight non-bracket delimiters like html tags, boolean or table: lang -> boolean max_file_lines = nil, -- Do not enable for files with more than n lines, int colors = { "#FF79C6", "#A4FFFF", "#50fa7b", "#FFFFA5", "#FF92DF", "#5e81ac", "#b48ead",} -- table of hex strings -- termcolors = {'cyan', 'green', 'pink', 'orange'} -- table of colour name strings }, indent = { enable = true, }, additional_vim_regex_highlighting = false, }`

  • headlines.nvim

    This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.

  • I also have a plugin to make headlines stand out even more https://github.com/lukas-reineke/headlines.nvim

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • TS-Node-Action: Inline Text Folding

    3 projects | /r/neovim | 19 Jan 2023
  • Question about nvim, LSP and auto-indenting code

    4 projects | /r/neovim | 4 May 2022
  • Improved C syntax highlighting for Vim

    7 projects | news.ycombinator.com | 16 Aug 2021
  • How do you fix inconsistent colorscheme (struct and class)?

    2 projects | /r/neovim | 4 Jun 2023
  • Weird indentation on python

    4 projects | /r/neovim | 3 May 2023