Skip to content

Commit

Permalink
Merge pull request #10 from Nivanchenko/feature/native
Browse files Browse the repository at this point in the history
Добавил нейтив
  • Loading branch information
nixel2007 authored May 29, 2023
2 parents d6da7ef + 1104297 commit 299d2f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 1c.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
</dict>
</dict>
<key>end</key>
<string>(?=;)</string>
<string>(?i:(?=(;|Иначе|Конец|Els|End)))</string>
<key>patterns</key>
<array>
<dict>
Expand All @@ -236,6 +236,12 @@
<key>match</key>
<string>(?i)#(Использовать|Use)(?=[^\wа-яё\.]|$)</string>
</dict>
<dict>
<key>name</key>
<string>keyword.control.native.bsl</string>
<key>match</key>
<string>(?i)#native</string>
</dict>
<dict>
<key>name</key>
<string>keyword.control.bsl</string>
Expand Down

0 comments on commit 299d2f0

Please sign in to comment.