correctly apply syntax highlighting
This commit is contained in:
parent
33769c8d1e
commit
e595bbbea8
2 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ PROD_DIR=/srv/think.somethingorotherwhatever.com/thinks/static/thinks
|
|||
|
||||
ELMS=$(wildcard src/*.elm)
|
||||
|
||||
deploy: $(PROD_DIR)/think-editor.js $(PROD_DIR)/load-think-editor.mjs $(PROD_DIR)/think-editor.css
|
||||
deploy: $(PROD_DIR)/think-editor.js $(PROD_DIR)/load-think-editor.mjs $(PROD_DIR)/think-editor.css $(PROD_DIR)/code-editor.mjs
|
||||
|
||||
build: dist/think-editor.js
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue