1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-28 02:45:59 +01:00
This commit is contained in:
lippfi 2021-09-22 15:40:53 +03:00
parent b17dbb37e4
commit 88b0f31590

View File

@ -971,4 +971,5 @@ LUA_CODE: 'lua' WS* '<<' WS* 'EOF' .*? 'EOF' -> skip;
IGNORE: '"ideaVim ignore' .*? '"ideaVim ignore end' NEW_LINE -> skip;
// All the other symbols
UNICODE_CHAR: '\u0000'..'\uFFFE';
UNICODE_CHAR: '\u0000'..'\uFFFE';
EMOJI: [\p{Emoji}];