]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
228aa47
)
Add support for properties
author
Connor O'Shea
<redacted>
Mon, 16 Sep 2019 00:22:26 +0000
(20:22 -0400)
committer
GitHub
<redacted>
Mon, 16 Sep 2019 00:22:26 +0000
(20:22 -0400)
resources/views/components/code-editor.blade.php
patch
|
blob
|
history
diff --git
a/resources/views/components/code-editor.blade.php
b/resources/views/components/code-editor.blade.php
index 31a583182cde7bf0b9d55fb26df1f6e71e295b8a..863cdfd857bd931ea48dea046f65157109be41df 100644
(file)
--- a/
resources/views/components/code-editor.blade.php
+++ b/
resources/views/components/code-editor.blade.php
@@
-24,6
+24,7
@@
<a @click="updateLanguage('Lua')">Lua</a>
<a @click="updateLanguage('PHP')">PHP</a>
<a @click="updateLanguage('Powershell')">Powershell</a>
+ <a @click="updateLanguage('Properties')">Properties</a>
<a @click="updateLanguage('MarkDown')">MarkDown</a>
<a @click="updateLanguage('Nginx')">Nginx</a>
<a @click="updateLanguage('Python')">Python</a>