Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

gvim can't find some matching braces in jsx code

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
MakeTopSite
Posts: 112
Joined: 2021-01-20 08:44
Has thanked: 8 times

gvim can't find some matching braces in jsx code

#1 Post by MakeTopSite »

It jumps to braces which are apparently wrong. I suppose it's a bug. Are there please some more reliable alternative editors ?
Code can be compiled (without any errors or warning).

EDIT
example:

Code: Select all

function func(props) { // I press % key on this brace
if (condition) { puts("literal '}' in string"); }
// } gvim jumps here but should not
// }
}  // I expect gvim jumps here

Post Reply