diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-08-13 09:48:59 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-08-13 09:48:07 +0200 |
| commit | c41b6e919739fbd92032241944657664318588d8 (patch) | |
| tree | dfd2105e4b0b186f6b4b99c4f341150dfcd4a9df /queries/cpp | |
| parent | 7806b16cc2810e3f1d3ee4281d0c4e95f48be2ad (diff) | |
Fix #286: Highlight C++ raw_string_literal
Diffstat (limited to 'queries/cpp')
| -rw-r--r-- | queries/cpp/highlights.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/queries/cpp/highlights.scm b/queries/cpp/highlights.scm index 4987d592..0eb54126 100644 --- a/queries/cpp/highlights.scm +++ b/queries/cpp/highlights.scm @@ -74,6 +74,10 @@ (true) @boolean (false) @boolean +; Literals + +(raw_string_literal) @string + ; Keywords [ |
