mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
Add missing NodePath-using functions (#348)
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
"strings": {
|
||||
"patterns": [
|
||||
{
|
||||
"begin": "(?:(?<=get_node|has_node|NodePath)\\s*\\(\\s*)",
|
||||
"begin": "(?:(?<=get_node|has_node|find_node|get_node_or_null|NodePath)\\s*\\(\\s*)",
|
||||
"end": "(?:\\s*\\))",
|
||||
"patterns": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user