Skip to content

Commit

Permalink
Fixed replit intergration
Browse files Browse the repository at this point in the history
  • Loading branch information
DatDerpyDude81 committed Aug 16, 2024
1 parent 7c617f2 commit 5cf8664
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 88 deletions.
65 changes: 13 additions & 52 deletions .replit
Original file line number Diff line number Diff line change
@@ -1,58 +1,19 @@
hidden=[".config"]
modules = ["python-3.10", "web:v2-20230623-0b7a606"]
run = "python3 -m http.server 8000"


[nix]
channel = "stable-21_11"

[languages.html]
pattern = "**/*.html"
[languages.html.languageServer]
start = ["vscode-html-language-server", "--stdio"]
[languages.html.languageServer.initializationOptions]
provideFormatter = true
[languages.html.languageServer.configuration.html]
customData = [ ]
autoCreateQuotes = true
autoClosingTags = true
mirrorCursorOnMatchingTag = false

[languages.html.languageServer.configuration.html.completion]
attributeDefaultValue = "doublequotes"

[languages.html.languageServer.configuration.html.format]
enable = true
wrapLineLength = 120
unformatted = "wbr"
contentUnformatted = "pre,code,textarea"
indentInnerHtml = false
preserveNewLines = true
indentHandlebars = false
endWithNewline = false
extraLiners = "head, body, /html"
wrapAttributes = "auto"
templating = false
unformattedContentDelimiter = ""

[languages.html.languageServer.configuration.html.suggest]
html5 = true

[languages.html.languageServer.configuration.html.validate]
scripts = true
styles = true

[languages.html.languageServer.configuration.html.hover]
documentation = true
references = true

[languages.html.languageServer.configuration.html.trace]
server = "off"

[languages.javascript]
pattern = "**/{*.js,*.jsx,*.ts,*.tsx,*.mjs,*.cjs}"
[languages.javascript.languageServer]
start = ["typescript-language-server", "--stdio"]
[nix]
channel = "stable-23_11"

[deployment]
publicDir = "/"
deploymentTarget = "static"
run = ["sh", "-c", "python3 -m http.server 8000"]

[languages.css]
pattern = "**/{*.less,*.scss,*.css}"
[[ports]]
localPort = 8000
externalPort = 80

[languages.css.languageServer]
start = "vscode-css-language-server --stdio"
24 changes: 0 additions & 24 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions package.json

This file was deleted.

7 changes: 0 additions & 7 deletions replit.nix

This file was deleted.

0 comments on commit 5cf8664

Please sign in to comment.