Skip to content

Commit

Permalink
Add files for editing files using Sublime Text (modelica#2674)
Browse files Browse the repository at this point in the history
* Add files for editing files using Sublime Text
  • Loading branch information
henrikt-ma committed Oct 5, 2020
1 parent fd8dbf7 commit 76a011d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions edit/Sublime/.gitignore
@@ -0,0 +1 @@
*.sublime-workspace
37 changes: 37 additions & 0 deletions edit/Sublime/config.sublime-project
@@ -0,0 +1,37 @@
{
"folders":
[
{
"file_exclude_patterns":
[
"*.aux",
"*.lof",
"*.log",
"*.lot",
"*.fls",
"*.out",
"*.toc",
"*.cache",
"*.xml",
"*.html",
"MLS.pdf",
"LaTeXML.css",
"MLS.tar.gz",
"ltx-article.css",
"ltx-listings.css",
"ltx-report.css",
"MLS.fdb_latexmk",
"MLS.synctex.gz",
],
"folder_exclude_patterns":
[
"css",
"media",
],
"path": "../.."
}
],
"settings": {
"TEXroot": "../../MLS.tex",
},
}

0 comments on commit 76a011d

Please sign in to comment.