Title: Syntax Highlighter with PrismJS
Author: mohamad wael
Published: <strong>9 Kasım 2022</strong>
Last modified: 9 Kasım 2022

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# Syntax Highlighter with PrismJS

 [mohamad wael](https://profiles.wordpress.org/mwaelk/) tarafından

[İndir](https://downloads.wordpress.org/plugin/syntax-highlighter-prismjs.0.0.1.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/syntax-highlighter-prismjs/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/syntax-highlighter-prismjs/#reviews)
 * [Geliştirme](https://tr.wordpress.org/plugins/syntax-highlighter-prismjs/#developers)

 [Destek](https://wordpress.org/support/plugin/syntax-highlighter-prismjs/)

## Açıklama

A syntax highlighter using PrismJs.

### How To Use

Wrap your pre tag as shown below:

    ```
    [sh_prismjs_pre class="language-py line-numbers match-braces rainbow-braces" data_line="1,4-5,7" escape_html='escape']
    <pre>    
    class Implements_Ne:
        ''' A class which implements 
            the __ne__ method '''
        def __ne__( self, other):
            return False

    class Not_Implements_Ne:
        ''' A class which does not
            implement the __ne__
            method '''
        pass
    </pre>
    [/sh_prismjs_pre]
    ```

 * Replace name in language-NAME, by the name of the language that you wish to highlight.
   For example if the language is python, language-NAME should become language-py.
 * If you wish line numbers to appear, use line-numbers .
 * If you wish braces to be matched when selected use match-braces .
 * If you wish to have rainbow braces use rainbow-braces .
 * If you wish to highlight lines, you can use data_line, so in the example provided,
   colorize line 1, and colorize lines from 4 to 5, and colorize line 7.
 * If you wish the content of the pre to be escaped, so for example if it contains
   html tags that you do not wish to be rendered, you can use escape_html=’escape’

For code tags, they also should be wrapped as follows:

    ```
    [sh_prismjs_code class="language-html" escape_html='escape']<code>tag: <br/></code>[/sh_prismjs_code]
    ```

You must use the language-Name option, and you can use the escape_html option.

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Syntax Highlighter with PrismJS” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu
eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

 *   [ mohamad wael ](https://profiles.wordpress.org/mwaelk/)

[“Syntax Highlighter with PrismJS” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/syntax-highlighter-prismjs)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/syntax-highlighter-prismjs/),
[SVN deposuna](https://plugins.svn.wordpress.org/syntax-highlighter-prismjs/) göz
atın ya da [RSS](https://plugins.trac.wordpress.org/log/syntax-highlighter-prismjs/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/syntax-highlighter-prismjs/)
abone olun.

## Değişiklik Kaydı

#### 0.0.1

 * initial release.

## Meta

 *  Sürüm **0.0.1**
 *  Son güncelleme **3 yıl önce**
 *  Etkin kurulumlar **10dan fazla**
 *  Test edilen sürüm **6.1.10**
 *  Dil
 * [English (US)](https://wordpress.org/plugins/syntax-highlighter-prismjs/)
 * Etiketler
 * [highlighter](https://tr.wordpress.org/plugins/tags/highlighter/)[prism](https://tr.wordpress.org/plugins/tags/prism/)
   [syntax highlighter](https://tr.wordpress.org/plugins/tags/syntax-highlighter/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/syntax-highlighter-prismjs/advanced/)

## Puanlar

No reviews have been submitted yet.

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/syntax-highlighter-prismjs/reviews/)

## Katkıda bulunanlar

 *   [ mohamad wael ](https://profiles.wordpress.org/mwaelk/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/syntax-highlighter-prismjs/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://www.paypal.com/donate?hosted_button_id=QHHP2H5JN358N)