-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
28 lines (21 loc) · 889 Bytes
/
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
Twig-netbeans
=============
Twig syntax highlighting for Netbeans!
For current version information see CHANGELOG.
Installation
============
Installing from package
-----------------------
1. Get the latest package from "Downloads".
2. In Netbeans open Tools -> Plugins, select Downloaded tab.
3. Click "Add plugins" and select the file you've downloaded.
4. Select the checkbox next to the "Twig for Netbeans" plugin and click Install.
5. Restart the IDE when demanded and enjoy your new plugin.
Installing from source
----------------------
1. Clone the git repository.
2. Start a new Netbeans project, choose NetBeans module as project type.
3. Setup your project.
4. Right-click on project name and choose Create NBM.
5. Install the NBM file as described in "Installing from package".
For more information refer yourself to: http://platform.netbeans.org/tutorials/nbm-google.html