mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Merge GitLab integration
# Conflicts: # CHANGELOG.md # Dockerfile # README.md # psu
This commit is contained in:
committed by
Tortue Torche
parent
edde3e86c7
commit
aca3e69669
1
docs/assets/prism-json.min.js
vendored
Normal file
1
docs/assets/prism-json.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
Prism.languages.json={comment:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,property:{pattern:/"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,greedy:!0},string:{pattern:/"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,greedy:!0},number:/-?\d+\.?\d*(e[+-]?\d+)?/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:true|false)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}};
|
Reference in New Issue
Block a user