Remove "identifier.class" rule to reduce complexities

This commit is contained in:
2025-06-15 14:06:04 -04:00
parent 6e8f69839f
commit f61d32e75f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ rules:
- constant.string.url: "(ftp(s)?|http(s)?|git|chrome)://[^ ]+"
- comment: "<!--.+?-->"
- default: "<\\?(php|=)\" end=\"\\?>"
- identifier.class: "([a-zA-Z0-9_-]+)\\("
- identifier.macro: "([a-zA-Z0-9_-]+)\\("
- preproc: "^\\s*(require|include|require_once|include_once)"
- identifier.class: "[a-zA-Z\\\\]+::"
- identifier.macro: "[a-zA-Z\\\\]+::"
- identifier: "([A-Z][a-zA-Z0-9_]+)\\s"
- identifier: "([A-Z0-9_]+)[;|\\s|\\)|,]"
- keyword: "(global|public|private|protected|static|const)"