mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
don't show some java keywords in some java places, but show some keywords in some other places (e.g. IDEA-58589)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
public class Main {
|
||||
|
||||
public static Object main() {
|
||||
return null<caret>
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
public class Main {
|
||||
|
||||
public static Object main() {
|
||||
return nu<caret>
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user