Skip to content

Commit

Permalink
Merge pull request #147 from robdaemon/add-missing-keywords
Browse files Browse the repository at this point in the history
Adding missing data type keywords:
  • Loading branch information
alefragnani committed Apr 21, 2024
2 parents 9162353 + b364f43 commit 5c52ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/pascal.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<dict>
<key>match</key>
<string>\b(?i:(ansichar|ansistring|boolean|byte|cardinal|char|comp|currency|double|dword|extended|file|integer|int64|longint|longword|nativeint|nativeuint|olevariant|pansichar|pchar|pwidechar|pointer|real|shortint|shortstring|single|smallint|string|uint64|variant|widechar|widestring|word|wordbool))\b</string>
<string>\b(?i:(ansichar|ansistring|boolean|byte|cardinal|char|comp|currency|double|dword|extended|file|integer|int8|int16|int32|int64|longint|longword|nativeint|nativeuint|olevariant|pansichar|pchar|pwidechar|pointer|real|shortint|shortstring|single|smallint|string|uint8|uint16|uint32|uint64|variant|widechar|widestring|word|wordbool|uintptr|intptr))\b</string>
<key>name</key>
<string>storage.support.type.pascal</string>
</dict>
Expand Down

0 comments on commit 5c52ea1

Please sign in to comment.