-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
43 lines (25 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Mojo templates Syntax file
Language: Mojo templates
By yko <ykorshak@gmail.com>
License: Artistic 2.0
DESCRIPTION
Syntax file for highlighting embedded Perl code in Mojo templates.
Designed to highlight syntax of both .html.ep and .html.epl formats.
Also you can allow syntax highliting for __DATA__ section of Perl files.
INSTALLATION
make install
CONFIGURATION
Configurations variables:
:let mojo_highlight_data = 1
Highlight embedded Perl code in __DATA__ sections of your Perl files.
:let mojo_disable_html = 1
Don't highlight html inside __DATA__ templates - Perl code only.
:let mojo_no_helpers = 1
Don't highlight default and tag helpers.
OPTIONAL DEPENDENCIES
Once snipMate.vim installed autocomplete for helpers and template blocks became available.
See http://www.vim.org/scripts/script.php?script_id=2540 and snippets/epl.snippets for details.
Text::VimColor is required to run optional development purposes tests:
make test
CREDITS
Viacheslav Tykhanovskyi, the greatest - co-founding and optimization