tree-sitter-embedded-template
tree-sitter-embedded-template copied to clipboard
Tree-sitter grammar for embedded template languages like ERB, EJS
I was told this package was used for GitHub.com's syntax highlighting. Please close this if this isn't true. I've added a `.gitattributes` linguist-language mapping for app's HTML files to EJS:...
As far as I am aware, ERB Syntax permits an embedded ruby comment in a non-comment erb tag ```erb ``` But, once the treesitter encounters a mid-embedding comment, it evaluates...
I'm writing some .ejs on top of yml, and am wondering how to configure this package? Atm, I setup ```lua local parser_config = require("nvim-treesitter.parsers").get_parser_configs() parser_config.ejs = { install_info = {...
Hi, I'm working on a project in the [Lapis](https://leafo.net/lapis/) framework, which uses [`etlua`](https://github.com/leafo/etlua), a lua flavor of embedded templates. Looking over the code, I think this is all that's needed...
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.7.1. Changelog Sourced from regex's changelog. 1.7.1 (2023-01-09) This release was done principally to try and fix the doc.rs rendering for the regex crate. Performance...
Hello, when enable highlight my nvim is freezing when typing
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...
See https://eta.js.org/docs/intro/template-syntax#basic-syntax
Hi! As per the documentation ERB and EJS are supported. Asking if there is any plans in supporting Haml and/or Slim, or if that would fall under a different project...