Niklas Sombert
5e0b7f013a
Add support for comments after section headers ( closes #1259 )
...
There's no canonical definition of what's the INI syntax, but Python's `ConfigParser` supports comments after section headers:
```ini
[section] ; comment
```
2020-10-06 19:58:01 +02:00
Niklas Mohrin
bc5517da78
Document manual change in Apache sublime syntax file
2020-09-14 10:36:22 +02:00
Guido Cella
4cdac180d8
Revert "Highlight systemd files and Pacman hooks as .ini files"
...
This reverts commit cde430a1e7
.
2020-06-21 10:58:32 +02:00
Guido Cella
d079bf86b1
Highlight systemd files and Pacman hooks as .ini files
2020-06-21 10:58:32 +02:00
sharkdp
bb18ece8a4
Remove 'Haskell (improved) syntax'
2020-05-27 10:09:57 +02:00
Cooper Pierce
5074b96cd5
Add syntax highlighting for SML
...
Converted from
https://github.com/seanjames777/SML-Language-Definition/blob/master/sml.tmLanguage
and removed `ml` filetype to fix an (assumed) possible conflict with
existing OCaml support.
2020-05-19 06:40:24 +02:00
Patrick East
d39507889a
Add OPA Rego syntax
...
This adds syntax support for Rego, the declarative policy language
used by the Open Policy Agent:
https://github.com/open-policy-agent/opa
Generated from:
https://github.com/open-policy-agent/opa/blob/master/misc/syntax/textmate/Rego.tmLanguage
Using:
https://github.com/aziz/SublimeSyntaxConvertor
Signed-off-by: Patrick East <east.patrick@gmail.com>
2020-03-27 07:33:07 +01:00
sharkdp
0a42d2b897
Add Nim syntax, closes #542
2019-10-30 19:47:24 +01:00
Brice Waegeneire
dfa024f9e6
Add Org mode syntax, closes sharkdp#36
2019-05-29 19:52:06 +02:00
sharkdp
cff01d81fa
Rename 'bat cache --init' to 'bat cache --build'
2019-02-07 23:27:53 +01:00
David Peter
3324505383
Update README.md
2019-01-16 20:04:46 +01:00
sharkdp
5d3205acc0
Add x86_64 Assembly manually
2018-12-14 23:07:11 +01:00
David Peter
e6ffab3cb4
Update assets/README.md
2018-11-19 18:48:36 +01:00
sharkdp
e1345cdc2a
Update VimL syntax
2018-10-05 18:44:51 +02:00
sharkdp
6aa626f1c4
Document INI syntax modifications
2018-09-22 11:23:29 +02:00
Tobenna
2dbd91e543
Add Dart syntax
2018-09-05 20:33:16 +02:00
sharkdp
54a331d162
Add syntax docu, add VimL, CMake, INI, LESS syntax
...
closes #99
closes #106
2018-05-18 19:57:58 +02:00