mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
PSI based on Grammar-Kit created for command line language in order to implement PY-11855
* GrammarKit instead of custom parsing * ToolWindow instead of popup * Inspection and help added
This commit is contained in:
@@ -0,0 +1 @@
|
||||
command <warning descr="Argument can't have this value. use autocompletion to check list of possible values.">bad_positional_value</warning> --available-option=<warning descr="Argument can't have this value. use autocompletion to check list of possible values.">bad_argument</warning> <warning descr="Bad or unknown option. make sure this option really exists.">--bad-option</warning> <warning descr="Excess argument or argument is not possible here">unexpected_argument</warning> --option-no-argument=<warning descr="Excess argument or argument is not possible here">asd</warning>
|
||||
Reference in New Issue
Block a user