Skip to content

Commit 47c3246

Browse files
committed
implemented review comments
1 parent 4836c2c commit 47c3246

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
/.git* export-ignore
2-
/test export-ignore
1+
# Package Exclusion Rules
2+
.git* export-ignore
3+
test/** export-ignore
4+
collaterals/** export-ignore

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
# Ignore local files
12
copy2packages_dir.sh
23
.DS_Store
3-
copy2packages_dir.sh

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# PSS-DSL-syntax
2-
PSS-DSL (Portable Stimulus Specification domain-specific language) syntax for Sublime Text 3+4.
1+
# PSS DSL syntax
2+
PSS DSL (Portable Stimulus Specification domain-specific language) syntax for Sublime Text 3+4.
33
It supports highlighting of embedded C-code in exec blocks.
44

55
## Manual Install

0 commit comments

Comments
 (0)