هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

SyntaxHighlighter Evolved: VHDL Brush

الوصف

This plugin enables the syntax colorization for the VHDL and Verilog languages by extending the Syntax Highlighter Evolved functionality (and thus, you need to have it installed).

For VHDL examples you can check some of my posts at Estado Finito. Here is another example, using the Xilinx UCF and VHDL coloring: another awesome example.

For Verilog examples, you can pay a visit to Beyond All Repair or Idle Logic.

The people behind it

  • The VHDL brush is an adaptation done by me of the GeSHi syntax by Alexander ‘E-Razor’ Krause. It can be used as language=”vhdl” or with the shortcode [vhdl] … all code … [/vhdl].
  • The Verilog brush was made by Harry Rose at Beyond All Repair. I am just merely putting it into this plugin.
  • The Xilinx UCF support is my work, although it works for the basic stuff. And basic means colorization for NET, LOC, and comments.

Hope it can be of use to any digital designer out there. Need another language or more features? Don’t hesitate to ask!

لقطات الشاشة

  • An example of the VHDL brush for SyntaxHighlighter Evolved.
  • An example of the Verilog brush for SyntaxHighlighter Evolved.
  • An example of the Xilinx UCF brush for SyntaxHighlighter Evolved.

التنصيب

Extract all files from the ZIP file and upload the folder to /wp-content/plugins/.

See Also: “Installing Plugins” article on the WP Codex

الأسئلة المتكررّة

How do I add keywords to the VHDL syntax?

If you see there are keywords missing, you can edit the file shBrushVhdl.js, located in the plugin directory. You can also open a support topic.

How can I add keywords to the Xilinx UCF syntax?

Since this is in early stage of development, and have no need for further constraints to be added yet, there will be no update for this brush if not asked. However, you can open a topic in support if you have the need for more constraints to be colorized.

Was this all your doing?

No. As I stated on the description, I am merely putting all together from several sources. Other people has done the heavy stuff.

How can I repay you for your job

No need for that.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“SyntaxHighlighter Evolved: VHDL Brush” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”SyntaxHighlighter Evolved: VHDL Brush“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.1.1

  • Compatibility revision up to WordPress 4.3.

1.1

  • Addition of Verilog highlighting capabilities.
  • Addition of basic highlighting capabilities for UCF files.

1.0

  • VHDL finally on WordPress!