Skip to content

Commit

Permalink
Add comment-token name (fixes #238, #239)
Browse files Browse the repository at this point in the history
  • Loading branch information
scripthunter7 committed Feb 2, 2023
1 parent 42b972c commit 612cc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tokenizer/names.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ export default [
'(-token',
')-token',
'{-token',
'}-token'
'}-token',
'comment-token'
];

0 comments on commit 612cc5f

Please sign in to comment.