mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #22737 from eltociear/patch-4
Fix typo in tree-sitter-language-mode-spec.js
This commit is contained in:
@@ -1603,7 +1603,7 @@ describe('TreeSitterLanguageMode', () => {
|
||||
type: 'else',
|
||||
|
||||
// There are double quotes around the `else` type. This indicates that
|
||||
// we're targetting an *anonymous* node in the syntax tree. The fold
|
||||
// we're targeting an *anonymous* node in the syntax tree. The fold
|
||||
// should start at the token representing the literal string "else",
|
||||
// not at an `else` node.
|
||||
start: { type: '"else"' }
|
||||
|
||||
Reference in New Issue
Block a user