Title: CodeHighlighter
Author: iwongu
Published: <strong>7 ກັນຍາ 2007</strong>
Last modified: 18 ມິຖຸນາ 2012

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/code-highlighter.svg)

# CodeHighlighter

 ໂດຍ [iwongu](https://profiles.wordpress.org/iwongu/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/code-highlighter.1.9.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/code-highlighter/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/code-highlighter/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/code-highlighter/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/code-highlighter/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/code-highlighter/)

## ຄຳອະທິບາຍ

This plugin is a syntax highlighter for source code. It uses _GeSHi_ as fontifier
engine.

#### Usage

 1. Put the code snippet in a “` tag.
 2. Add the lang attribute to the code tag like the following. `<code lang="php">`
 3. Add the lineno attribute to the `<code>` tag after the lang tag if you wish to 
    start at a line other than 1. `<code lang="cpp" lineno="42">`
 4. If you do not add lang attribute, the `<code>` tag is handled normally.
 5. If you want to have border, add the style like the following to your .css file.`
    code { border: 1px dotted #ccc; padding: 0.2em 0.5em; }`
 6. You can use following languages in lang. `abap, actionscript, ada, apache, applescript,
    asm, asp, autoit, bash, blitzbasic, bnf, c, c_mac, caddcl, cadlisp, cfdg, cfm, 
    cpp-qt, cpp, csharp, css-gen, css, d, delphi, diff, div, dos, dot, eiffel, fortran,
    freebasic, genero, gml, groovy, haskell, html4strict, idl, ini, inno, io, java,
    java5, javascript, latex, lisp, lua, m68k, matlab, mirc, mpasm, mysql, nsis, objc,
    ocaml-brief, ocaml, oobas, oracle8, pascal, per, perl, php-brief, php, plsql, python,
    qbasic, rails, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql,
    tcl, text, thinbasic, tsql, vb, vbnet, vhdl, visualfoxpro, winbatch, xml, xpp, 
    z80`

**Note:** Version 1.9 adds support for `<code>` tags, however to ensure backwards
compatibility support for the `<pre>` tag will not be removed.

### Known issues

 1. Because this plugin uses regular expression to match string range from `<code lang
    ="some">` to “`, you can’t use `</code>` in your code snippet. If you must put 
    the `</code>` tag, you can put a space between `<` and `/code>` like `< /code>`.
    The `< /code>` is converted to `</code>` automatically by plugin.
 2. If you want to change the style, you should modify the plugin source file. 😛

## ການຕິດຕັ້ງ

 1. Unzip the plugin archive.
 2. Upload the directory to the `/wp-content/plugins/` directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“CodeHighlighter” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນ
ການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ iwongu ](https://profiles.wordpress.org/iwongu/)
 *   [ Ben Lobaugh (blobaugh) ](https://profiles.wordpress.org/blobaugh/)

[ແປ “CodeHighlighter” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/code-highlighter)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/code-highlighter/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/code-highlighter/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/code-highlighter/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/code-highlighter/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.9

 * Added plugin maintainer
 * Removed outdated links
 * Added support for the `<code>` tag
 * Fixed several HTML entity display issues
 * Line numbering now defaults to displaying line numbers starting at 1

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.9**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **14 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 2.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.4.2**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/code-highlighter/)
 * ແທັກ
 * [code highlighter](https://lo.wordpress.org/plugins/tags/code-highlighter/)[formatting](https://lo.wordpress.org/plugins/tags/formatting/)
   [post](https://lo.wordpress.org/plugins/tags/post/)[syntax highlight](https://lo.wordpress.org/plugins/tags/syntax-highlight/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/code-highlighter/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/code-highlighter/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/code-highlighter/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ iwongu ](https://profiles.wordpress.org/iwongu/)
 *   [ Ben Lobaugh (blobaugh) ](https://profiles.wordpress.org/blobaugh/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/code-highlighter/)