Skip to content

Commit 0c1140e

Browse files
authored
Fixed two broken links and added manual installation
1 parent 6cf592c commit 0c1140e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@
77

88
## Installation
99
### Manual installation
10-
ToDo
10+
For Syntax Highlighting
11+
- Download the xml file from below or copy the content in an empty text file and save it as an xml
12+
- Open Notepad++ and go to the menu entry *Language > Define your language ...*
13+
- Click *Import...* and select the downloaded xml file
14+
- Restart Notepad++ (actually, this should not be necessary, but it is recommended)
15+
*julia* should be listed now in the *Language* menu.
16+
17+
For Auto Hotkey:
18+
TODO
19+
1120

1221
### Content
1322
| Name | Description |
1423
| ------------------------------ | ----------------------------------------------------------- |
15-
|[ Julia_Notepad++.xml ](https://github.com/JuliaLang/julia/blob/master/contrib/Julia_Notepad++.xml) | Notepad++ config file |
16-
|[ Notepad++_2_Julia.ahk ](https://github.com/JuliaLang/julia/blob/master/contrib/Notepad++_2_Julia.ahk) | Auto Hotkey for Notepad++ config file |
24+
|[ Julia_Notepad++.xml ](Julia_Notepad++.xml) | Notepad++ config file |
25+
|[ Notepad++_2_Julia.ahk ](Notepad++_2_Julia.ahk) | Auto Hotkey for Notepad++ config file |
1726

1827
## Contributing
1928
We love contributors but please first read the general guide about [contributing to Julia language project](https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)