Can syntax files be written in lua?

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

    My Neovim configuration, very simple. (by santiagogonzalez-dev)

  • If you need an example of this you can check my config , if you have tree-sitter enabled this queries will be applied to the filetype matching the directories(because the respective parser is being used), this works similarly to syntax files, you just need to have a `./after/queries/lua/highlights.scm` or just `./queries/lua/highlights.scm` to start modifying the parser, for example here for svelte making use of `:TSNodeUnderCursor`, `:Inspect` and the docs I was able to hide the contents of properties so for example if you are using tailwind they will be hidden and then I toggle the concealment with a keybind.

  • 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

  • Practical Vim Command Workflow

    5 projects | news.ycombinator.com | 28 Apr 2024
  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • How to override the colors of NeoSolarized in NeoVim

    3 projects | dev.to | 21 Apr 2024
  • Let's See Your Terminal

    2 projects | dev.to | 16 Apr 2024
  • Using a venv with Neovim's Python LSP

    2 projects | dev.to | 5 Apr 2024