v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User talk:Fleeting Frames"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
 
(yeah, it was just a caching issue)
Line 6: Line 6:
 
if then else elseif return 123.4 end
 
if then else elseif return 123.4 end
 
</source>
 
</source>
Looks like it's detecting the keywords properly (view the generated HTML to see that), but the colors aren't displaying just yet. It could be something cached; I'll see if it resolves itself. &mdash;[[User:Lethosor|<span style="color:#074">Lethosor</span>]] ([[User talk:Lethosor|<span style="color:#092">talk</span>]]) 00:25, 4 July 2019 (UTC)
+
&mdash;[[User:Lethosor|<span style="color:#074">Lethosor</span>]] ([[User talk:Lethosor|<span style="color:#092">talk</span>]]) 00:25, 4 July 2019 (UTC)

Revision as of 00:26, 4 July 2019

Syntax highlighting

Your recent script additions reminded me that I had planned to add a syntax highlighting extension but that got blocked by wiki upgrades. Since those upgrades are finally done, the extension is added. You can use it like this if you like:

print("some test code")
if then else elseif return 123.4 end

Lethosor (talk) 00:25, 4 July 2019 (UTC)