You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,24 @@
3
3
This extension provides support for [Boost.Jam](http://boost.org/build/)
4
4
language in Visual Studio Code.
5
5
6
+

7
+
6
8
Boost.Jam is an interpreted language implemented by [Boost.Build](http://boost.org/build/)
7
9
engine, `b2`, which loads the Jam code that implements the build system.
8
10
Boost.Build is developed as part of [Boost](https://boost.org) project.
9
11
10
-

11
-
12
12
## Features
13
13
14
14
- Syntax highlighting
15
15
- Code comments
16
16
17
+
Although the process of writing a TextMate language grammar remains
18
+
*poorly documented*, this is a *brave* first attempt to provide
19
+
a minimal usable support for Boost.Jam. By no means, it is free from
20
+
bugs or covers all elements of Boost.Jam language. Non-trivial TextMate
21
+
grammars for Visual Studio Code count from 500 to 5000 lines of code,
22
+
and this one *less than 200*.
23
+
17
24
## Acknowledgements
18
25
19
26
-[Matt Neuburg](https://github.com/mattneub) for his [Writing a TextMate Grammar: Some Lessons Learned](http://www.apeth.com/nonblog/stories/textmatebundle.html).
@@ -28,7 +35,7 @@ This file contains language grammar for [Boost.Jam](http://boost.org/build/) syn
28
35
The file was written from scratch and not converted from any existing TextMate grammar.
29
36
30
37
If you want to provide a fix or improvement, awesome!
31
-
Please improve the file adh create a pull request against this git repository.
38
+
Please improve the file and create a pull request against this git repository.
0 commit comments