Skip to content

Commit

Permalink
fix(syntax): missed "name" in "entity.name.type"
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuukis authored and Lencerf committed Jan 11, 2024
1 parent 08a02ff commit 6261bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntaxes/beancount.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@
<key>3</key>
<dict>
<key>name</key>
<string>entity.type.commodity.beancount</string>
<string>entity.name.type.commodity.beancount</string>
</dict>
</dict>
<key>match</key>
Expand Down Expand Up @@ -961,7 +961,7 @@
<key>3</key>
<dict>
<key>name</key>
<string>entity.type.commodity.beancount</string>
<string>entity.name.type.commodity.beancount</string>
</dict>
</dict>
<key>match</key>
Expand All @@ -987,7 +987,7 @@
<key>match</key>
<string>([A-Z][A-Z0-9\'\.\_\-]{0,22}[A-Z0-9])</string>
<key>name</key>
<string>entity.type.commodity.beancount</string>
<string>entity.name.type.commodity.beancount</string>
</dict>
<key>cost</key>
<dict>
Expand Down

0 comments on commit 6261bff

Please sign in to comment.