We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4836c2c commit 47c3246Copy full SHA for 47c3246
.gitattributes
@@ -1,2 +1,4 @@
1
-/.git* export-ignore
2
-/test export-ignore
+# Package Exclusion Rules
+.git* export-ignore
3
+test/** export-ignore
4
+collaterals/** export-ignore
.gitignore
@@ -1,3 +1,3 @@
+# Ignore local files
copy2packages_dir.sh
.DS_Store
-copy2packages_dir.sh
README.md
@@ -1,5 +1,5 @@
-# PSS-DSL-syntax
-PSS-DSL (Portable Stimulus Specification domain-specific language) syntax for Sublime Text 3+4.
+# PSS DSL syntax
+PSS DSL (Portable Stimulus Specification domain-specific language) syntax for Sublime Text 3+4.
It supports highlighting of embedded C-code in exec blocks.
5
## Manual Install
0 commit comments