Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaeditorsupport/julia-notepadplusplus
Julia language support for Notepad++
https://github.com/juliaeditorsupport/julia-notepadplusplus
julia julia-language julialang notepad notepad-plus-plus notepad-plusplus-plugin notepadplusplus
Last synced: 1 day ago
JSON representation
Julia language support for Notepad++
- Host: GitHub
- URL: https://github.com/juliaeditorsupport/julia-notepadplusplus
- Owner: JuliaEditorSupport
- License: mit
- Created: 2017-12-01T21:44:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T02:03:14.000Z (5 months ago)
- Last Synced: 2025-01-01T22:07:58.537Z (1 day ago)
- Topics: julia, julia-language, julialang, notepad, notepad-plus-plus, notepad-plusplus-plugin, notepadplusplus
- Language: AutoHotkey
- Homepage:
- Size: 25.4 KB
- Stars: 50
- Watchers: 7
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notepad++
[Julia language](https://julialang.org/) support for [Notepad++](https://notepad-plus-plus.org/)
- Syntax highlighting
- Auto Hotkey## Installation
### Manual installation
For Syntax Highlighting
- Download the xml file from below or copy the content in an empty text file and save it as an xml
- Open Notepad++ and go to the menu entry *Language > Define your language ...*
- Click *Import...* and select the downloaded xml file
- Restart Notepad++ (actually, this should not be necessary, but it is recommended)
*julia* should be listed now in the *Language* menu.For Auto Hotkey:
TODO### Content
| Name | Description |
| ------------------------------ | ----------------------------------------------------------- |
|[ Julia_Notepad++.xml ](Julia_Notepad++.xml) | Notepad++ config file |
|[ Notepad++_2_Julia.ahk ](Notepad++_2_Julia.ahk) | Auto Hotkey for Notepad++ config file |## Contributing
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).If **necessary**, [open an issue](https://github.com/JuliaEditorSupport/julia-NotepadPlusPlus/issues).
### Contributor list
- Everyone who contribute to files to Notepad++ plugins for Julia development [JuliaLang/julia/contrib](https://github.com/JuliaLang/julia/tree/5b95805fc73abe672a85ef04249cf34378ec9f74/contrib):
- [Julia_Notepad++.xml](https://github.com/JuliaLang/julia/blob/f8a44d52f80a120f7595995f8d6d8c31b84cf7dd/contrib/Julia_Notepad%2B%2B.xml)
- [Notepad++_2_Julia.ahk](https://github.com/JuliaLang/julia/blob/4e4663e13e837eb6bc617125c830ac956e1d96ed/contrib/Notepad%2B%2B_2_Julia.ahk)
- [See contributors](https://github.com/JuliaEditorSupport/julia-NotepadPlusPlus/graphs/contributors)