Skip to content

Instantly share code, notes, and snippets.

@rrreese
Created October 3, 2013 18:45
Show Gist options
  • Save rrreese/6814925 to your computer and use it in GitHub Desktop.
Save rrreese/6814925 to your computer and use it in GitHub Desktop.
Scite Bold/Italicise Selection
function HTMLItalics()
local sel = editor:GetSelText()
editor:ReplaceSel("<i>"..sel.."</i>")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment