Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Lycs-D committed Apr 8, 2024
1 parent 5d62ebf commit d52be3e
Show file tree
Hide file tree
Showing 4 changed files with 7,681 additions and 7,983 deletions.
2 changes: 1 addition & 1 deletion tree_sitter_v/grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const list_separator = choice(semi, ',');
module.exports = grammar({
name: 'v',

extras: ($) => [/[ \t]+|(\r?\n)+/, $.line_comment, $.block_comment],
extras: ($) => [/\s/, $.line_comment, $.block_comment],

word: ($) => $.identifier,

Expand Down
4 changes: 2 additions & 2 deletions tree_sitter_v/src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tree_sitter_v/src/node-types.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d52be3e

Please sign in to comment.