Skip to content

Commit

Permalink
[language-gfm] Fix name of modern grammar for Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Apr 4, 2024
1 parent ca0b1d7 commit 27ee8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-gfm/grammars/modern-tree-sitter-gfm.cson
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scopeName: 'source.gfm'
type: 'modern-tree-sitter'
name: 'GitHub Flavored Markdown'
name: 'GitHub Markdown'
parser: 'tree-sitter-markdown'

injectionRegex: '^(markdown|MARKDOWN|gfm|GFM)$'
Expand Down

0 comments on commit 27ee8b3

Please sign in to comment.