src: updated SymbolKind enum
* removed SymbolKinds for Parameter and LocalSymbol, because these are not stored as symbols inside the database * added Module symbol kind for Python
This commit is contained in:
@@ -349,6 +349,9 @@
|
||||
<normal>#B05151</normal>
|
||||
</hatching>
|
||||
</namespace>
|
||||
<module>
|
||||
<like>namespace</like>
|
||||
</module>
|
||||
<package>
|
||||
<like>namespace</like>
|
||||
</package>
|
||||
|
||||
@@ -338,6 +338,9 @@
|
||||
<normal>#FFDEDE</normal>
|
||||
</hatching>
|
||||
</namespace>
|
||||
<module>
|
||||
<like>namespace</like>
|
||||
</module>
|
||||
<package>
|
||||
<like>namespace</like>
|
||||
</package>
|
||||
|
||||
@@ -341,6 +341,9 @@
|
||||
<normal>#521B1F</normal>
|
||||
</hatching>
|
||||
</namespace>
|
||||
<module>
|
||||
<like>namespace</like>
|
||||
</module>
|
||||
<package>
|
||||
<like>namespace</like>
|
||||
</package>
|
||||
|
||||
Reference in New Issue
Block a user