mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-05 00:17:14 -04:00
Remove "identifier.class" rule to reduce complexities
This commit is contained in:
+2
-2
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user