Skip to content

Commit

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

0 comments on commit 22de051

Please sign in to comment.