mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-26 03:34:03 +00:00
style: fix JSDoc comment indentation
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* @file ShellSpec grammar for tree-sitter (extends bash)
|
||||
* @author Ismo Vuorinen <ismo@ivuorinen.net>
|
||||
* @license MIT
|
||||
*/
|
||||
* @file ShellSpec grammar for tree-sitter (extends bash)
|
||||
* @author Ismo Vuorinen <ismo@ivuorinen.net>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/// <reference types="tree-sitter-cli/dsl" />
|
||||
// @ts-check
|
||||
|
||||
Reference in New Issue
Block a user