mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-03-06 16:00:33 +00:00
chore: tweaks to megalinter and grammar.js
This commit is contained in:
@@ -28,6 +28,7 @@ module.exports = grammar(bashGrammar, {
|
||||
// Extend the main statement rule to include ShellSpec blocks and directives
|
||||
_statement_not_subshell: ($, original) =>
|
||||
choice(
|
||||
// @ts-ignore
|
||||
original,
|
||||
$.shellspec_describe_block,
|
||||
$.shellspec_context_block,
|
||||
|
||||
Reference in New Issue
Block a user