TextMate-style syntax highlighting in PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
607 B

{
"name": "dw/highlighter",
"type": "library",
"description": "TextMate-like syntax highlighting in PHP",
"license": "MIT",
"authors": [
{
"name": "Dustin Wilson",
"email": "dustin@dustinwilson.com",
"homepage": "https://dustinwilson.com/"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-intl": "*",
"ext-json": "*",
"ext-dom": "*"
},
"autoload": {
"psr-4": {
"dW\\Highlighter\\": "lib/",
"dW\\Highlighter\\Scope\\": "lib/Scope/Matchers/"
}
}
}