Skip to content
Commit db14d0e4 authored by Geetam Chawla's avatar Geetam Chawla Committed by Kevin Funk
Browse files

CMake code completion: Add missing chars to be escaped

Summary:
List of chars to be escaped is taken from: https://cmake.org/Wiki/CMake/Language_Syntax

> To use literally any of "()#$^, escape the character with a backslash

Test Plan: created a file foo"()#$^.cpp, the chars are escaped properly.

Reviewers: #kdevelop, kfunk

Reviewed By: #kdevelop, kfunk

Subscribers: kdevelop-devel

Differential Revision: https://phabricator.kde.org/D6689

CCBUG: 338196
parent cfe5474f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment