misc: rework shell.nix, reformat, ditch .editorconfig

This commit is contained in:
Michael Hoffmann
2023-04-07 12:17:28 +02:00
parent 0ff887f2a6
commit b8fcca985c
5 changed files with 92 additions and 110 deletions

View File

@@ -287,7 +287,7 @@ module.exports = function make_grammar(dialect) {
$.template_interpolation,
$.template_directive,
$.template_literal,
)),
)),
template_literal: $ => prec.right(repeat1(
$._template_literal_chunk,