[Plugin] add Lua kong component ID (#6748)
This commit is contained in:
parent
2af2103a3f
commit
a3d60a7d06
|
|
@ -36,6 +36,7 @@ inputs:
|
|||
".github/workflows/codeql.yaml"
|
||||
"dist-material/release-docs"
|
||||
"test/plugin/*"
|
||||
"*/component-libraries.yml"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
|
|
|||
|
|
@ -458,7 +458,9 @@ GoMicroServer:
|
|||
Nginx:
|
||||
id: 6000
|
||||
languages: Lua
|
||||
|
||||
Kong:
|
||||
id: 6001
|
||||
languages: Lua
|
||||
|
||||
# [7000, 8000) are reserved for Python components
|
||||
Python:
|
||||
|
|
|
|||
Loading…
Reference in New Issue