linkorb/ace-editor-mode-php

Ace editor mode get by file extension

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/linkorb/ace-editor-mode-php

v1.0.0 2018-06-27 09:42 UTC

This package is auto-updated.

Last update: 2025-09-29 01:41:33 UTC


README

Example

Example How to use:

$fileInfo = pathinfo($filePath); // Path to the file//
$aceEditorMode = new \LinkORB\Ace\AceEditorMode();
$aceMode = $aceEditorMode->getAceMode($fileInfo['extension']);
echo $aceMode;

Accessors

Please refer to examples/ for examples.

License

MIT (see LICENSE.md)

Brought to you by the LinkORB Engineering team


Check out our other projects at linkorb.com/engineering.

Btw, we're hiring!