Package: prettifyAddins
Type: Package
Title: 'RStudio' Addins to Prettify 'HTML', 'CSS', 'JavaScript', and
        More
Version: 0.1.0
Authors@R: c(
    person(
      "Stéphane", "Laurent", 
      role = c("aut", "cre"),
      email = "laurent_step@outlook.fr"
    ),
    person(
      "James Long and contributors",
      role = c("ctb", "cph"),
      comment = "'Prettier' library"
    ),
    person(
      "Zeb", "Zhao",
      role = c("ctb","cph"),
      comment = "'indent.js' library"
    ),
    person(
      "Marijn", "Haverbeke",
      role = c("ctb", "cph"),
      comment = "'CodeMirror' library"
    )
  )
Description: Provides 'RStudio' addins to prettify 'HTML', 'CSS', 'SCSS', 'JavaScript', 'JSX', 'Markdown', and to format 'C', 'C++', 'Julia', 'Python', 'Shell' and 'SQL'. Two addins are provided: 'Prettify' and 'Indent'. The 'Indent' addin only reindents the code, while the 'Prettify' addin also modifies the code, e.g. it adds trailing semi-colons to 'JavaScript' code when they are missing.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: shiny, shinythemes, shinyAce, miniUI, rstudioapi, tools
URL: https://github.com/stla/prettifyAddins
BugReports: https://github.com/stla/prettifyAddins/issues
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-26 07:32:54 UTC; stla
Author: Stéphane Laurent [aut, cre],
  James Long and contributors [ctb, cph] ('Prettier' library),
  Zeb Zhao [ctb, cph] ('indent.js' library),
  Marijn Haverbeke [ctb, cph] ('CodeMirror' library)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2020-09-29 09:20:03 UTC
