[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:cli_manual:first_steps [2012/11/17 21:31 (UTC)] – [c. Vim] markushhowtos:cli_manual:first_steps [2012/11/17 21:38 (UTC)] – [The dokuwiki Plugin] markush
Line 105: Line 105:
 <code>set ft=dokuwiki</code> <code>set ft=dokuwiki</code>
 If you need syntax highlighting for the <nowiki><key></nowiki> plugin of dokuwiki (which is not by default supported by the dokuwiki plugin), you can insert the lines: If you need syntax highlighting for the <nowiki><key></nowiki> plugin of dokuwiki (which is not by default supported by the dokuwiki plugin), you can insert the lines:
-<code>syn region dokuwikiKeyboard start="< key>" end="< /key>"+<code>syn region dokuwikiKeyboard start="<key>" end="</key>"
 hi link dokuwikiKeyboard Comment</code> hi link dokuwikiKeyboard Comment</code>
-to the plugin (without the spaces within the tags!).+ 
 +to the plugin.
 ====== Chapter Navigation ====== ====== Chapter Navigation ======
 **Previous Chapter: [[.introduction|Introduction]]** **Previous Chapter: [[.introduction|Introduction]]**
 howtos:cli_manual:first_steps ()