mirror of
https://github.com/salexdv/bsl_console.git
synced 2025-02-01 13:08:06 +02:00
Доработка подсветки запроса в режиме кода fixes #52
This commit is contained in:
parent
285281f6b6
commit
efb5004545
@ -223,6 +223,7 @@ define([], function () {
|
||||
[/[0-9_]*\.[0-9_]+([eE][\-+]?\d+)?[fFdD]?/, 'query.float'],
|
||||
[/[0-9_]+/, 'query.int'],
|
||||
[/\|/, 'query'],
|
||||
[/\./, 'query'],
|
||||
[/[?!@#$^*_]+/, 'query'],
|
||||
[/"/, { token: 'query.quote', next: '@pop' }],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user