mirror of
https://github.com/salexdv/bsl_console.git
synced 2025-02-15 13:53:04 +02:00
Ключевое слово Выполнить, как идентификатор в составных выражениях
This commit is contained in:
parent
6788159804
commit
c020922746
@ -36,6 +36,7 @@ define([], function () {
|
||||
// The main tokenizer for our languages
|
||||
tokenizer: {
|
||||
root: [
|
||||
[/(\.)(выполнить)(\(?)/, ['delimiter', 'identifier', 'delimiter.parenthesis']],
|
||||
[/[a-zA-Z\u0410-\u044F_][a-zA-Z\u0410-\u044F_0-9]*/, { cases: { '@keywords': 'keyword', '@default': 'identifier' } }],
|
||||
// whitespace
|
||||
{ include: '@whitespace' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user