Skip to content

Commit

Permalink
fix: differentiate between built-in HTML tags and React components
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
robertrossmann committed Jan 17, 2021
1 parent 08104da commit 318c439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/mktokens/tokens/common.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function common({ code }) {
const primitives = {
name: 'Primitive values',
scope: [
'entity.name.tag',
'constant.numeric',
'constant.language',
'support.type.builtin',
Expand Down Expand Up @@ -74,7 +75,6 @@ function common({ code }) {
const classes = {
name: 'Classes & namespaces',
scope: [
'entity.name.tag',
'entity.name.type.class',
'entity.name.type.namespace',
'entity.other.inherited-class',
Expand Down
File renamed without changes.

0 comments on commit 318c439

Please sign in to comment.