33 lines
1 KiB
Text
33 lines
1 KiB
Text
code.language: php
|
|
-
|
|
tag(): user.code_imperative
|
|
tag(): user.code_object_oriented
|
|
tag(): user.code_libraries
|
|
|
|
tag(): user.code_block_c_like
|
|
tag(): user.code_comment_line
|
|
tag(): user.code_comment_block
|
|
tag(): user.code_comment_documentation
|
|
tag(): user.code_data_bool
|
|
tag(): user.code_data_null
|
|
tag(): user.code_operators_assignment
|
|
tag(): user.code_operators_math
|
|
tag(): user.code_functions
|
|
|
|
settings():
|
|
user.code_private_function_formatter = "PRIVATE_CAMEL_CASE"
|
|
user.code_protected_function_formatter = "PRIVATE_CAMEL_CASE"
|
|
user.code_public_function_formatter = "PRIVATE_CAMEL_CASE"
|
|
user.code_private_variable_formatter = "PRIVATE_CAMEL_CASE"
|
|
user.code_protected_variable_formatter = "PRIVATE_CAMEL_CASE"
|
|
user.code_public_variable_formatter = "PRIVATE_CAMEL_CASE"
|
|
|
|
(op | is) loosely equal: " == "
|
|
(op | is) loosely not equal: " != "
|
|
|
|
state try: "try {\n"
|
|
state catch: "catch (\\Throwable $exception) {\n"
|
|
|
|
var <phrase> [over]:
|
|
insert("$")
|
|
insert(user.formatted_text(phrase, "PRIVATE_CAMEL_CASE"))
|