https://github.com/blakmatrix/coffeescript_notepad_udl
User Defined Language(UDL) file for Notepad++ for syntax highlighting CoffeeScript (coffeescript : coffee, coco, CAKEFILE)
https://github.com/blakmatrix/coffeescript_notepad_udl
Last synced: 3 months ago
JSON representation
User Defined Language(UDL) file for Notepad++ for syntax highlighting CoffeeScript (coffeescript : coffee, coco, CAKEFILE)
- Host: GitHub
- URL: https://github.com/blakmatrix/coffeescript_notepad_udl
- Owner: blakmatrix
- Created: 2011-08-11T07:58:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T22:54:50.000Z (about 12 years ago)
- Last Synced: 2024-02-29T15:33:13.178Z (almost 2 years ago)
- Homepage: https://github.com/blakmatrix/CoffeeScript_notepad_UDL/
- Size: 145 KB
- Stars: 31
- Watchers: 4
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# CoffeeScript syntax highlighting for Notepad++
***
Will syntax highlight files with extensions of coffee, coco, and CAKEFILE using Notepad++'s user-defined language(within its limits).

## Deployment
1. If you don't have an userDefineLang.xml file already, you can drop this file among your other configuration file, in the Notepad++ Install Folder. It should be named userDefineLang.xml.
2. Otherwise, open both the existing and new file.
- Select all of the new file, copy, and paste at the end of the current file.
- This should have created a spurious pair in the middle, each tag on a line by itself. Remove these two consecutive lines.
- Close Notepad++.
Your Languages menu should show the newly added language at the bottom, next time you launch Notepad++.
***
### Contact
Contact me at blakmatrix@gmail.com for any questions or tips!