簡體   English   中英

Notepad ++插件-如何添加coffeescripts插件

[英]Notepad++ plugin - How to add coffeescripts plugin

我正在嘗試將coffeescripts插件添加到notepadd ++。 我從這里找到了插件。 我從上面的鏈接下載的zip文件中沒有.dll文件。 當我閱讀ReadMeFile時,它說。

# 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解決方案(可能不是最佳選擇):

  1. 從該Git存儲庫下載CoffeeScript.xml。 如果已壓縮,請確保將其解壓縮。
  2. 打開記事本++。 在“語言”菜單下,選擇“定義您的語言...”
  3. 在頂部,單擊導入按鈕。 導航到CoffeeScript.xml,選擇它,然后選擇“打開”。 按對話框右上角的x將其關閉。
  4. 重新啟動記事本++。 您應該在“語言”菜單的底部看到CoffeeScript。 您現在打開的所有.coffee文件都應具有語法顏色。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM