Plugins 记事本++插件-如何添加咖啡脚本插件

Plugins 记事本++插件-如何添加咖啡脚本插件,plugins,coffeescript,notepad++,Plugins,Coffeescript,Notepad++,我正在尝试将coffeescripts插件添加到notepadd++。我从中找到了插件。我从上面的链接下载的zip文件中没有.dll文件。当我读ReadMe文件时,它说 # CoffeeScript syntax highlighting for Notepad++ *** Will syntax highlight files with extensions of coffee, coco, and CAKEFILE using Notepad++'s user-defined langu

我正在尝试将coffeescripts插件添加到notepadd++。我从中找到了插件。我从上面的链接下载的zip文件中没有.dll文件。当我读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).


![An example Screenshot](/blakmatrix/CoffeeScript_notepad_UDL/raw/master/example_screenshot.png)


## 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 </Notepad_Plus><Notepad_plus> 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!
有人能帮我安装这个插件吗。我不明白自述的内容。
谢谢

我刚刚遇到了类似的问题。我的记事本v6.3.3解决方案可能不是最优的:

从Git repo下载CoffeeScript.xml。如果它已拉上拉链,请确保将其解压缩。 打开记事本++。在“语言”菜单下,选择“定义您的语言…”。。。 在顶部,单击导入按钮。导航到CoffeeScript.xml,选择它,然后选择Open。按对话框右上角的x键将其关闭。 重新启动记事本++。您应该在语言菜单的底部看到CoffeeScript。现在打开的任何.coffee文件都应该具有语法着色。
我刚刚遇到了一个类似的问题。我的记事本v6.3.3解决方案可能不是最优的:

从Git repo下载CoffeeScript.xml。如果它已拉上拉链,请确保将其解压缩。 打开记事本++。在“语言”菜单下,选择“定义您的语言…”。。。 在顶部,单击导入按钮。导航到CoffeeScript.xml,选择它,然后选择Open。按对话框右上角的x键将其关闭。 重新启动记事本++。您应该在语言菜单的底部看到CoffeeScript。现在打开的任何.coffee文件都应该具有语法着色。